Home
last modified time | relevance | path

Searched refs:asd_phy (Results 1 – 10 of 10) sorted by relevance

/drivers/scsi/libsas/
Dsas_init.c175 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/
Daic94xx_scb.c53 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 …]
Daic94xx_dump.h33 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()
Daic94xx_seq.h65 void asd_update_port_links(struct asd_ha_struct *asd_ha, struct asd_phy *phy);
Daic94xx_hwi.c70 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()
Daic94xx_hwi.h212 struct asd_phy phys[ASD_MAX_PHYS];
Daic94xx_sas.h731 struct asd_phy { struct
Daic94xx_init.c606 struct asd_phy *phy = &asd_ha->phys[i]; in asd_destroy_ha_caches()
Daic94xx_dump.c903 void asd_dump_frame_rcvd(struct asd_phy *phy, in asd_dump_frame_rcvd()
Daic94xx_seq.c1381 void asd_update_port_links(struct asd_ha_struct *asd_ha, struct asd_phy *phy) in asd_update_port_links()