Home
last modified time | relevance | path

Searched refs:sas_ex_phy_discover (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/libsas/
H A Dsas_internal.h82 int sas_ex_phy_discover(struct domain_device *dev, int single);
H A Dsas_expander.c372 int sas_ex_phy_discover(struct domain_device *dev, int single) in sas_ex_phy_discover() function
418 res = sas_ex_phy_discover(dev, -1); in sas_expander_discover()
958 res = sas_ex_phy_discover(dev, phy_id); in sas_ex_discover_dev()
1906 res = sas_ex_phy_discover(dev, phy_id); in sas_discover_new()
1999 sas_ex_phy_discover(dev, phy_id); in sas_rediscover_dev()
H A Dsas_ata.c335 res = sas_ex_phy_discover(ex_dev, phy->number); in smp_ata_check_ready()