Home
last modified time | relevance | path

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

/linux-4.1.27/include/scsi/
Dscsi_transport_sas.h167 int (*phy_setup)(struct sas_phy *); member
/linux-4.1.27/drivers/scsi/libsas/
Dsas_init.c544 .phy_setup = sas_phy_setup,
/linux-4.1.27/drivers/scsi/
Dscsi_transport_sas.c664 if (i->f->phy_setup) in sas_phy_setup()
665 i->f->phy_setup(phy); in sas_phy_setup()