Home
last modified time | relevance | path

Searched refs:sas_phy_alloc (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/scsi/libsas/
H A Dsas_phy.c134 phy->phy = sas_phy_alloc(&sas_ha->shost->shost_gendev, i); in sas_register_phys()
H A Dsas_expander.c217 phy->phy = sas_phy_alloc(&rphy->dev, phy_id); in sas_set_ex_phy()
/linux/include/scsi/
H A Dscsi_transport_sas.h191 extern struct sas_phy *sas_phy_alloc(struct device *, int);
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c29 phy = sas_phy_alloc(pqi_sas_port->parent_node->parent_dev, in pqi_alloc_sas_phy()
/linux/drivers/scsi/
H A Dscsi_transport_sas.c708 struct sas_phy *sas_phy_alloc(struct device *parent, int number) in sas_phy_alloc() function
735 EXPORT_SYMBOL(sas_phy_alloc);
H A Dhpsa.c9578 phy = sas_phy_alloc(hpsa_sas_port->parent_node->parent_dev, in hpsa_alloc_sas_phy()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c1026 phy = sas_phy_alloc(parent_dev, phy_index); in mpt3sas_transport_add_host_phy()
1095 phy = sas_phy_alloc(parent_dev, phy_index); in mpt3sas_transport_add_expander_phy()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c888 phy = sas_phy_alloc(parent_dev, phy_index); in mpi3mr_add_host_phy()
958 phy = sas_phy_alloc(parent_dev, phy_index); in mpi3mr_add_expander_phy()
/linux/drivers/message/fusion/
H A Dmptsas.c3074 phy = sas_phy_alloc(dev, index); in mptsas_probe_one_phy()