Searched defs:asd_phy (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/libsas/
H A Dsas_host_smp.c190 struct asd_sas_phy *asd_phy; local
197 asd_phy = sas_ha->sas_phy[phy_id];
217 if (phy_op == PHY_FUNC_LINK_RESET && sas_try_ata_reset(asd_phy) == 0) {
222 if (i->dft->lldd_control_phy(asd_phy, phy_op, &rates))
H A Dsas_init.c217 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; local
221 return i->dft->lldd_control_phy(asd_phy, PHY_FUNC_GET_EVENTS, NULL);
227 int sas_try_ata_reset(struct asd_sas_phy *asd_phy) argument
232 if (asd_phy->port)
233 dev = asd_phy->port->port_dev;
266 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; local
270 if (!hard_reset && sas_try_ata_reset(asd_phy) == 0)
272 return i->dft->lldd_control_phy(asd_phy, reset_type, NULL);
300 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; local
307 ret = i->dft->lldd_control_phy(asd_phy, cm
336 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; local
371 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; local
[all...]
/drivers/scsi/aic94xx/
H A Daic94xx_sas.h731 struct asd_phy { struct

Completed in 105 milliseconds