Home
last modified time | relevance | path

Searched refs:sas_phy_add (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/scsi/libsas/
Dsas_phy.c177 sas_phy_add(phy->phy); in sas_register_phys()
Dsas_expander.c288 if (sas_phy_add(phy->phy)) { in sas_set_ex_phy()
/linux-4.1.27/include/scsi/
Dscsi_transport_sas.h179 extern int sas_phy_add(struct sas_phy *);
/linux-4.1.27/drivers/scsi/
Dscsi_transport_sas.c751 int sas_phy_add(struct sas_phy *phy) in sas_phy_add() function
763 EXPORT_SYMBOL(sas_phy_add);
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c882 if ((sas_phy_add(phy))) { in mpt3sas_transport_add_host_phy()
952 if ((sas_phy_add(phy))) { in mpt3sas_transport_add_expander_phy()
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c887 if ((sas_phy_add(phy))) { in mpt2sas_transport_add_host_phy()
955 if ((sas_phy_add(phy))) { in mpt2sas_transport_add_expander_phy()
/linux-4.1.27/drivers/message/fusion/
Dmptsas.c3148 error = sas_phy_add(phy); in mptsas_probe_one_phy()