Lines Matching refs:sas_phy
89 while (sha->sas_phy[j]) { in mvs_find_dev_mvi()
90 if (sha->sas_phy[j] == phy) in mvs_find_dev_mvi()
118 while (sha->sas_phy[j]) { in mvs_find_dev_phyno()
119 if (sha->sas_phy[j] == phy) in mvs_find_dev_phyno()
179 int mvs_phy_control(struct asd_sas_phy *sas_phy, enum phy_func func, in mvs_phy_control() argument
182 int rc = 0, phy_id = sas_phy->id; in mvs_phy_control()
184 struct sas_ha_struct *sha = sas_phy->ha; in mvs_phy_control()
187 while (sha->sas_phy[i]) { in mvs_phy_control()
188 if (sha->sas_phy[i] == sas_phy) in mvs_phy_control()
238 struct asd_sas_phy *sas_phy = &phy->sas_phy; in mvs_bytes_dmaed() local
249 sas_ha->notify_phy_event(sas_phy, PHYE_OOB_DONE); in mvs_bytes_dmaed()
251 if (sas_phy->phy) { in mvs_bytes_dmaed()
252 struct sas_phy *sphy = sas_phy->phy; in mvs_bytes_dmaed()
254 sphy->negotiated_linkrate = sas_phy->linkrate; in mvs_bytes_dmaed()
279 sas_phy->frame_rcvd_size = phy->frame_rcvd_size; in mvs_bytes_dmaed()
281 mvi->sas->notify_port_event(sas_phy, in mvs_bytes_dmaed()
324 struct sas_phy *sphy = dev->phy; in mvs_task_prep_smp()
325 struct asd_sas_phy *sas_phy = sha->sas_phy[sphy->number]; in mvs_task_prep_smp() local
1027 struct asd_sas_phy *sas_phy = &mvi->phy[i].sas_phy; in mvs_update_phyinfo() local
1040 sas_phy->oob_mode = SATA_OOB_MODE; in mvs_update_phyinfo()
1068 sas_phy->oob_mode = SAS_OOB_MODE; in mvs_update_phyinfo()
1072 memcpy(sas_phy->attached_sas_addr, in mvs_update_phyinfo()
1087 static void mvs_port_notify_formed(struct asd_sas_phy *sas_phy, int lock) in mvs_port_notify_formed() argument
1089 struct sas_ha_struct *sas_ha = sas_phy->ha; in mvs_port_notify_formed()
1091 struct mvs_phy *phy = sas_phy->lldd_phy; in mvs_port_notify_formed()
1092 struct asd_sas_port *sas_port = sas_phy->port; in mvs_port_notify_formed()
1098 while (sas_ha->sas_phy[i]) { in mvs_port_notify_formed()
1099 if (sas_ha->sas_phy[i] == sas_phy) in mvs_port_notify_formed()
1117 mvs_update_wideport(mvi, sas_phy->id); in mvs_port_notify_formed()
1129 static void mvs_port_notify_deformed(struct asd_sas_phy *sas_phy, int lock) in mvs_port_notify_deformed() argument
1132 struct mvs_phy *phy = sas_phy->lldd_phy; in mvs_port_notify_deformed()
1134 struct asd_sas_port *port = sas_phy->port; in mvs_port_notify_deformed()
1148 void mvs_port_formed(struct asd_sas_phy *sas_phy) in mvs_port_formed() argument
1150 mvs_port_notify_formed(sas_phy, 1); in mvs_port_formed()
1153 void mvs_port_deformed(struct asd_sas_phy *sas_phy) in mvs_port_deformed() argument
1155 mvs_port_notify_deformed(sas_phy, 1); in mvs_port_deformed()
1385 struct sas_phy *phy = sas_get_local_phy(dev); in mvs_debug_I_T_nexus_reset()
1897 struct asd_sas_phy *sas_phy = &phy->sas_phy; in mvs_work_queue() local
1909 sas_phy_disconnected(sas_phy); in mvs_work_queue()
1911 sas_ha->notify_phy_event(sas_phy, in mvs_work_queue()
1918 mvs_port_notify_formed(sas_phy, 0); in mvs_work_queue()
1924 sas_ha->notify_port_event(sas_phy, in mvs_work_queue()
2046 mvs_port_notify_formed(&phy->sas_phy, 0); in mvs_int_port()