Lines Matching refs:sas_phy
73 while (sha->sas_phy[j]) { in mvs_find_dev_mvi()
74 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()
163 int mvs_phy_control(struct asd_sas_phy *sas_phy, enum phy_func func, in mvs_phy_control() argument
166 int rc = 0, phy_id = sas_phy->id; in mvs_phy_control()
168 struct sas_ha_struct *sha = sas_phy->ha; in mvs_phy_control()
171 while (sha->sas_phy[i]) { in mvs_phy_control()
172 if (sha->sas_phy[i] == sas_phy) in mvs_phy_control()
222 struct asd_sas_phy *sas_phy = &phy->sas_phy; in mvs_bytes_dmaed() local
232 sas_notify_phy_event_gfp(sas_phy, PHYE_OOB_DONE, gfp_flags); in mvs_bytes_dmaed()
234 if (sas_phy->phy) { in mvs_bytes_dmaed()
235 struct sas_phy *sphy = sas_phy->phy; in mvs_bytes_dmaed()
237 sphy->negotiated_linkrate = sas_phy->linkrate; in mvs_bytes_dmaed()
262 sas_phy->frame_rcvd_size = phy->frame_rcvd_size; in mvs_bytes_dmaed()
264 sas_notify_port_event_gfp(sas_phy, PORTE_BYTES_DMAED, gfp_flags); in mvs_bytes_dmaed()
306 struct sas_phy *sphy = dev->phy; in mvs_task_prep_smp()
307 struct asd_sas_phy *sas_phy = sha->sas_phy[sphy->number]; in mvs_task_prep_smp() local
1013 struct asd_sas_phy *sas_phy = &mvi->phy[i].sas_phy; in mvs_update_phyinfo() local
1026 sas_phy->oob_mode = SATA_OOB_MODE; in mvs_update_phyinfo()
1054 sas_phy->oob_mode = SAS_OOB_MODE; in mvs_update_phyinfo()
1058 memcpy(sas_phy->attached_sas_addr, in mvs_update_phyinfo()
1073 static void mvs_port_notify_formed(struct asd_sas_phy *sas_phy, int lock) in mvs_port_notify_formed() argument
1075 struct sas_ha_struct *sas_ha = sas_phy->ha; in mvs_port_notify_formed()
1077 struct mvs_phy *phy = sas_phy->lldd_phy; in mvs_port_notify_formed()
1078 struct asd_sas_port *sas_port = sas_phy->port; in mvs_port_notify_formed()
1084 while (sas_ha->sas_phy[i]) { in mvs_port_notify_formed()
1085 if (sas_ha->sas_phy[i] == sas_phy) in mvs_port_notify_formed()
1103 mvs_update_wideport(mvi, sas_phy->id); in mvs_port_notify_formed()
1115 static void mvs_port_notify_deformed(struct asd_sas_phy *sas_phy, int lock) in mvs_port_notify_deformed() argument
1118 struct mvs_phy *phy = sas_phy->lldd_phy; in mvs_port_notify_deformed()
1120 struct asd_sas_port *port = sas_phy->port; in mvs_port_notify_deformed()
1134 void mvs_port_formed(struct asd_sas_phy *sas_phy) in mvs_port_formed() argument
1136 mvs_port_notify_formed(sas_phy, 1); in mvs_port_formed()
1139 void mvs_port_deformed(struct asd_sas_phy *sas_phy) in mvs_port_deformed() argument
1141 mvs_port_notify_deformed(sas_phy, 1); in mvs_port_deformed()
1371 struct sas_phy *phy = sas_get_local_phy(dev); in mvs_debug_I_T_nexus_reset()
1882 struct asd_sas_phy *sas_phy = &phy->sas_phy; in mvs_work_queue() local
1893 sas_phy_disconnected(sas_phy); in mvs_work_queue()
1895 sas_notify_phy_event_gfp(sas_phy, in mvs_work_queue()
1902 mvs_port_notify_formed(sas_phy, 0); in mvs_work_queue()
1908 sas_notify_port_event_gfp(sas_phy, in mvs_work_queue()
2029 mvs_port_notify_formed(&phy->sas_phy, 0); in mvs_int_port()