Home
last modified time | relevance | path

Searched refs:lldd_control_phy (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/scsi/libsas/
Dsas_phy.c65 if (!port && phy->enabled && i->dft->lldd_control_phy) { in sas_phye_oob_error()
70 i->dft->lldd_control_phy(phy, PHY_FUNC_HARD_RESET, in sas_phye_oob_error()
77 i->dft->lldd_control_phy(phy, PHY_FUNC_DISABLE, NULL); in sas_phye_oob_error()
94 i->dft->lldd_control_phy(phy, PHY_FUNC_RELEASE_SPINUP_HOLD, NULL); in sas_phye_spinup_hold()
Dsas_init.c200 return i->dft->lldd_control_phy(asd_phy, PHY_FUNC_GET_EVENTS, NULL); in sas_get_linkerrors()
251 return i->dft->lldd_control_phy(asd_phy, reset_type, NULL); in transport_sas_phy_reset()
286 ret = i->dft->lldd_control_phy(asd_phy, cmd, NULL); in sas_phy_enable()
319 ret = i->dft->lldd_control_phy(asd_phy, reset_type, NULL); in sas_phy_reset()
354 ret = i->dft->lldd_control_phy(asd_phy, PHY_FUNC_SET_LINK_RATE, in sas_set_phy_speed()
Dsas_host_smp.c222 if (i->dft->lldd_control_phy(asd_phy, phy_op, &rates)) in sas_phy_control()
/linux-4.4.14/include/scsi/
Dlibsas.h671 int (*lldd_control_phy)(struct asd_sas_phy *, enum phy_func, void *); member
/linux-4.4.14/Documentation/scsi/
Dlibsas.txt198 int (*lldd_control_phy)(struct sas_phy *, enum phy_func);
242 my_ha->sas_ha.lldd_control_phy = my_control_phy;
/linux-4.4.14/drivers/scsi/isci/
Dinit.c204 .lldd_control_phy = isci_phy_control,
/linux-4.4.14/drivers/scsi/mvsas/
Dmv_init.c75 .lldd_control_phy = mvs_phy_control,
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_init.c993 .lldd_control_phy = asd_control_phy,
/linux-4.4.14/drivers/scsi/pm8001/
Dpm8001_init.c104 .lldd_control_phy = pm8001_phy_control,