Lines Matching refs:sas_phy

71 			while (sha->sas_phy[j]) {  in mvs_find_dev_mvi()
72 if (sha->sas_phy[j] == phy) in mvs_find_dev_mvi()
102 while (sha->sas_phy[j]) { in mvs_find_dev_phyno()
103 if (sha->sas_phy[j] == phy) in mvs_find_dev_phyno()
164 int mvs_phy_control(struct asd_sas_phy *sas_phy, enum phy_func func, in mvs_phy_control() argument
167 int rc = 0, phy_id = sas_phy->id; in mvs_phy_control()
169 struct sas_ha_struct *sha = sas_phy->ha; in mvs_phy_control()
172 while (sha->sas_phy[i]) { in mvs_phy_control()
173 if (sha->sas_phy[i] == sas_phy) in mvs_phy_control()
223 struct asd_sas_phy *sas_phy = &phy->sas_phy; in mvs_bytes_dmaed() local
233 sas_notify_phy_event(sas_phy, PHYE_OOB_DONE, gfp_flags); in mvs_bytes_dmaed()
235 if (sas_phy->phy) { in mvs_bytes_dmaed()
236 struct sas_phy *sphy = sas_phy->phy; in mvs_bytes_dmaed()
238 sphy->negotiated_linkrate = sas_phy->linkrate; in mvs_bytes_dmaed()
263 sas_phy->frame_rcvd_size = phy->frame_rcvd_size; in mvs_bytes_dmaed()
265 sas_notify_port_event(sas_phy, PORTE_BYTES_DMAED, gfp_flags); in mvs_bytes_dmaed()
307 struct sas_phy *sphy = dev->phy; in mvs_task_prep_smp()
308 struct asd_sas_phy *sas_phy = sha->sas_phy[sphy->number]; in mvs_task_prep_smp() local
1007 struct asd_sas_phy *sas_phy = &mvi->phy[i].sas_phy; in mvs_update_phyinfo() local
1020 sas_phy->oob_mode = SATA_OOB_MODE; in mvs_update_phyinfo()
1048 sas_phy->oob_mode = SAS_OOB_MODE; in mvs_update_phyinfo()
1052 memcpy(sas_phy->attached_sas_addr, in mvs_update_phyinfo()
1067 static void mvs_port_notify_formed(struct asd_sas_phy *sas_phy, int lock) in mvs_port_notify_formed() argument
1069 struct sas_ha_struct *sas_ha = sas_phy->ha; in mvs_port_notify_formed()
1071 struct mvs_phy *phy = sas_phy->lldd_phy; in mvs_port_notify_formed()
1072 struct asd_sas_port *sas_port = sas_phy->port; in mvs_port_notify_formed()
1078 while (sas_ha->sas_phy[i]) { in mvs_port_notify_formed()
1079 if (sas_ha->sas_phy[i] == sas_phy) in mvs_port_notify_formed()
1097 mvs_update_wideport(mvi, sas_phy->id); in mvs_port_notify_formed()
1109 static void mvs_port_notify_deformed(struct asd_sas_phy *sas_phy, int lock) in mvs_port_notify_deformed() argument
1112 struct mvs_phy *phy = sas_phy->lldd_phy; in mvs_port_notify_deformed()
1114 struct asd_sas_port *port = sas_phy->port; in mvs_port_notify_deformed()
1128 void mvs_port_formed(struct asd_sas_phy *sas_phy) in mvs_port_formed() argument
1130 mvs_port_notify_formed(sas_phy, 1); in mvs_port_formed()
1133 void mvs_port_deformed(struct asd_sas_phy *sas_phy) in mvs_port_deformed() argument
1135 mvs_port_notify_deformed(sas_phy, 1); in mvs_port_deformed()
1252 struct sas_phy *phy = sas_get_local_phy(dev); in mvs_debug_I_T_nexus_reset()
1712 struct asd_sas_phy *sas_phy = &phy->sas_phy; in mvs_work_queue() local
1723 sas_phy_disconnected(sas_phy); in mvs_work_queue()
1725 sas_notify_phy_event(sas_phy, in mvs_work_queue()
1732 mvs_port_notify_formed(sas_phy, 0); in mvs_work_queue()
1738 sas_notify_port_event(sas_phy, in mvs_work_queue()
1859 mvs_port_notify_formed(&phy->sas_phy, 0); in mvs_int_port()