Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/libsas/
Dsas_init.c206 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_get_linkerrors() local
210 return i->dft->lldd_control_phy(asd_phy, PHY_FUNC_GET_EVENTS, NULL); in sas_get_linkerrors()
216 int sas_try_ata_reset(struct asd_sas_phy *asd_phy) in sas_try_ata_reset() argument
221 if (asd_phy->port) in sas_try_ata_reset()
222 dev = asd_phy->port->port_dev; in sas_try_ata_reset()
255 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in transport_sas_phy_reset() local
259 if (!hard_reset && sas_try_ata_reset(asd_phy) == 0) in transport_sas_phy_reset()
261 return i->dft->lldd_control_phy(asd_phy, reset_type, NULL); in transport_sas_phy_reset()
289 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_phy_enable() local
296 ret = i->dft->lldd_control_phy(asd_phy, cmd, NULL); in sas_phy_enable()
[all …]
Dsas_host_smp.c190 struct asd_sas_phy *asd_phy; in sas_phy_control() local
197 asd_phy = sas_ha->sas_phy[phy_id]; in sas_phy_control()
217 if (phy_op == PHY_FUNC_LINK_RESET && sas_try_ata_reset(asd_phy) == 0) { in sas_phy_control()
222 if (i->dft->lldd_control_phy(asd_phy, phy_op, &rates)) in sas_phy_control()
/Linux-v4.19/drivers/scsi/aic94xx/
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_scb.c54 static void get_lrate_mode(struct asd_phy *phy, u8 oob_mode) in get_lrate_mode()
91 struct asd_phy *phy = &asd_ha->phys[phy_id]; in asd_phy_event_tasklet()
129 static unsigned ord_phy(struct asd_ha_struct *asd_ha, struct asd_phy *phy) in ord_phy()
154 static void asd_get_attached_sas_addr(struct asd_phy *phy, u8 *sas_addr) in asd_get_attached_sas_addr()
171 static void asd_form_port(struct asd_ha_struct *asd_ha, struct asd_phy *phy) in asd_form_port()
220 static void asd_deform_port(struct asd_ha_struct *asd_ha, struct asd_phy *phy) in asd_deform_port()
242 struct asd_phy *phy = &ascb->ha->phys[phy_id]; in asd_bytes_dmaed_tasklet()
265 struct asd_phy *phy = &asd_ha->phys[phy_id]; in asd_link_reset_err_tasklet()
319 struct asd_phy *phy = &asd_ha->phys[phy_id]; in asd_primitive_rcvd_tasklet()
424 struct asd_phy *phy = &asd_ha->phys[phy_id]; in escb_tasklet_complete()
[all …]
Daic94xx_seq.h65 void asd_update_port_links(struct asd_ha_struct *asd_ha, struct asd_phy *phy);
Daic94xx_hwi.c71 static void asd_init_phy_identify(struct asd_phy *phy) in asd_init_phy_identify()
87 static int asd_init_phy(struct asd_phy *phy) in asd_init_phy()
136 struct asd_phy *phy = &asd_ha->phys[i]; in asd_init_phys()
1326 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.h694 struct asd_phy { struct
Daic94xx_init.c592 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()