Searched refs:lldd_control_phy (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_phy.c | 65 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()
|
D | sas_init.c | 200 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()
|
D | sas_host_smp.c | 222 if (i->dft->lldd_control_phy(asd_phy, phy_op, &rates)) in sas_phy_control()
|
/linux-4.4.14/include/scsi/ |
D | libsas.h | 671 int (*lldd_control_phy)(struct asd_sas_phy *, enum phy_func, void *); member
|
/linux-4.4.14/Documentation/scsi/ |
D | libsas.txt | 198 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/ |
D | init.c | 204 .lldd_control_phy = isci_phy_control,
|
/linux-4.4.14/drivers/scsi/mvsas/ |
D | mv_init.c | 75 .lldd_control_phy = mvs_phy_control,
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_init.c | 993 .lldd_control_phy = asd_control_phy,
|
/linux-4.4.14/drivers/scsi/pm8001/ |
D | pm8001_init.c | 104 .lldd_control_phy = pm8001_phy_control,
|