Searched refs:sas_smp_phy_control (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/scsi/libsas/ |
D | sas_init.c | 188 ret = sas_smp_phy_control(ddev, phy->number, command, NULL); in sas_phy_enable() 214 ret = sas_smp_phy_control(ddev, phy->number, reset_type, NULL); in sas_phy_reset() 250 ret = sas_smp_phy_control(ddev, phy->number, in sas_set_phy_speed()
|
D | sas_internal.h | 71 int sas_smp_phy_control(struct domain_device *dev, int phy_id,
|
D | sas_expander.c | 257 sas_smp_phy_control(dev, single, PHY_FUNC_LINK_RESET, NULL); in sas_ex_phy_discover_helper() 451 int sas_smp_phy_control(struct domain_device *dev, int phy_id, in sas_smp_phy_control() function 489 sas_smp_phy_control(dev, phy_id, PHY_FUNC_DISABLE, NULL); in sas_ex_disable_phy() 868 if (!sas_smp_phy_control(dev, phy_id, PHY_FUNC_LINK_RESET, NULL)) in sas_ex_discover_dev()
|