Searched refs:asd_phy (Results 1 – 10 of 10) sorted by relevance
/drivers/scsi/libsas/ |
D | sas_init.c | 175 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_phy_enable() local 180 sas_phy_disconnected(asd_phy); in sas_phy_enable() 181 sas_ha->notify_phy_event(asd_phy, PHYE_LOSS_OF_SIGNAL); in sas_phy_enable() 183 ret = i->dft->lldd_control_phy(asd_phy, command, NULL); in sas_phy_enable() 205 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_phy_reset() local 209 ret = i->dft->lldd_control_phy(asd_phy, reset_type, NULL); in sas_phy_reset() 240 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_set_phy_speed() local 244 ret = i->dft->lldd_control_phy(asd_phy, PHY_FUNC_SET_LINK_RATE, in sas_set_phy_speed()
|
/drivers/scsi/aic94xx/ |
D | aic94xx_scb.c | 53 static void get_lrate_mode(struct asd_phy *phy, u8 oob_mode) in get_lrate_mode() 90 struct asd_phy *phy = &asd_ha->phys[phy_id]; in asd_phy_event_tasklet() 128 static unsigned ord_phy(struct asd_ha_struct *asd_ha, struct asd_phy *phy) in ord_phy() 153 static void asd_get_attached_sas_addr(struct asd_phy *phy, u8 *sas_addr) in asd_get_attached_sas_addr() 170 static void asd_form_port(struct asd_ha_struct *asd_ha, struct asd_phy *phy) in asd_form_port() 219 static void asd_deform_port(struct asd_ha_struct *asd_ha, struct asd_phy *phy) in asd_deform_port() 241 struct asd_phy *phy = &ascb->ha->phys[phy_id]; in asd_bytes_dmaed_tasklet() 264 struct asd_phy *phy = &asd_ha->phys[phy_id]; in asd_link_reset_err_tasklet() 318 struct asd_phy *phy = &asd_ha->phys[phy_id]; in asd_primitive_rcvd_tasklet() 423 struct asd_phy *phy = &asd_ha->phys[phy_id]; in escb_tasklet_complete() [all …]
|
D | aic94xx_dump.h | 33 void asd_dump_frame_rcvd(struct asd_phy *phy, 39 static inline void asd_dump_frame_rcvd(struct asd_phy *phy, in asd_dump_frame_rcvd()
|
D | aic94xx_seq.h | 65 void asd_update_port_links(struct asd_ha_struct *asd_ha, struct asd_phy *phy);
|
D | aic94xx_hwi.c | 70 static void asd_init_phy_identify(struct asd_phy *phy) in asd_init_phy_identify() 86 static int asd_init_phy(struct asd_phy *phy) in asd_init_phy() 135 struct asd_phy *phy = &asd_ha->phys[i]; in asd_init_phys() 1325 struct asd_phy *phy = &asd_ha->phys[phy_id]; in asd_enable_phy()
|
D | aic94xx_hwi.h | 212 struct asd_phy phys[ASD_MAX_PHYS];
|
D | aic94xx_sas.h | 731 struct asd_phy { struct
|
D | aic94xx_init.c | 606 struct asd_phy *phy = &asd_ha->phys[i]; in asd_destroy_ha_caches()
|
D | aic94xx_dump.c | 903 void asd_dump_frame_rcvd(struct asd_phy *phy, in asd_dump_frame_rcvd()
|
D | aic94xx_seq.c | 1381 void asd_update_port_links(struct asd_ha_struct *asd_ha, struct asd_phy *phy) in asd_update_port_links()
|