Searched refs:lldd_control_phy (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/scsi/libsas/ |
H A D | sas_phy.c | 45 if (!port && phy->enabled && i->dft->lldd_control_phy) { in sas_phye_oob_error() 50 i->dft->lldd_control_phy(phy, PHY_FUNC_HARD_RESET, in sas_phye_oob_error() 57 i->dft->lldd_control_phy(phy, PHY_FUNC_DISABLE, NULL); in sas_phye_oob_error() 72 i->dft->lldd_control_phy(phy, PHY_FUNC_RELEASE_SPINUP_HOLD, NULL); in sas_phye_spinup_hold() 105 ret = i->dft->lldd_control_phy(phy, PHY_FUNC_DISABLE, NULL); in sas_phye_shutdown()
|
H A D | sas_init.c | 188 return i->dft->lldd_control_phy(asd_phy, PHY_FUNC_GET_EVENTS, NULL); in sas_get_linkerrors() 239 return i->dft->lldd_control_phy(asd_phy, reset_type, NULL); in transport_sas_phy_reset() 274 ret = i->dft->lldd_control_phy(asd_phy, cmd, NULL); in sas_phy_enable() 308 ret = i->dft->lldd_control_phy(asd_phy, reset_type, NULL); in sas_phy_reset() 344 ret = i->dft->lldd_control_phy(asd_phy, PHY_FUNC_SET_LINK_RATE, in sas_set_phy_speed() 653 if (i->dft->lldd_control_phy) { in sas_alloc_event()
|
H A D | sas_host_smp.c | 219 if (i->dft->lldd_control_phy(asd_phy, phy_op, &rates)) in sas_phy_control()
|
/linux/include/scsi/ |
H A D | libsas.h | 668 int (*lldd_control_phy)(struct asd_sas_phy *, enum phy_func, void *); member
|
/linux/Documentation/scsi/ |
H A D | libsas.rst | 228 int (*lldd_control_phy)(struct sas_phy *, enum phy_func); 272 my_ha->sas_ha.lldd_control_phy = my_control_phy;
|
/linux/drivers/scsi/isci/ |
H A D | init.c | 192 .lldd_control_phy = isci_phy_control,
|
/linux/drivers/scsi/mvsas/ |
H A D | mv_init.c | 48 .lldd_control_phy = mvs_phy_control,
|
/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_init.c | 961 .lldd_control_phy = asd_control_phy,
|
/linux/drivers/scsi/pm8001/ |
H A D | pm8001_init.c | 135 .lldd_control_phy = pm8001_phy_control,
|
/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_main.c | 2123 .lldd_control_phy = hisi_sas_control_phy,
|