Home
last modified time | relevance | path

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

/linux/drivers/scsi/libsas/
H A Dsas_phy.c45 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 Dsas_init.c188 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 Dsas_host_smp.c219 if (i->dft->lldd_control_phy(asd_phy, phy_op, &rates)) in sas_phy_control()
/linux/include/scsi/
H A Dlibsas.h668 int (*lldd_control_phy)(struct asd_sas_phy *, enum phy_func, void *); member
/linux/Documentation/scsi/
H A Dlibsas.rst228 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 Dinit.c192 .lldd_control_phy = isci_phy_control,
/linux/drivers/scsi/mvsas/
H A Dmv_init.c48 .lldd_control_phy = mvs_phy_control,
/linux/drivers/scsi/aic94xx/
H A Daic94xx_init.c961 .lldd_control_phy = asd_control_phy,
/linux/drivers/scsi/pm8001/
H A Dpm8001_init.c135 .lldd_control_phy = pm8001_phy_control,
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c2123 .lldd_control_phy = hisi_sas_control_phy,