Searched refs:sas_phy_alloc (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/scsi/libsas/ |
A D | sas_phy.c | 134 phy->phy = sas_phy_alloc(&sas_ha->core.shost->shost_gendev, i); in sas_register_phys()
|
A D | sas_expander.c | 195 phy->phy = sas_phy_alloc(&rphy->dev, phy_id); in sas_set_ex_phy()
|
/linux-6.3-rc2/include/scsi/ |
A D | scsi_transport_sas.h | 191 extern struct sas_phy *sas_phy_alloc(struct device *, int);
|
/linux-6.3-rc2/drivers/scsi/smartpqi/ |
A D | smartpqi_sas_transport.c | 29 phy = sas_phy_alloc(pqi_sas_port->parent_node->parent_dev, in pqi_alloc_sas_phy()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | scsi_transport_sas.c | 685 struct sas_phy *sas_phy_alloc(struct device *parent, int number) in sas_phy_alloc() function 712 EXPORT_SYMBOL(sas_phy_alloc);
|
A D | hpsa.c | 9583 phy = sas_phy_alloc(hpsa_sas_port->parent_node->parent_dev, in hpsa_alloc_sas_phy()
|
/linux-6.3-rc2/drivers/scsi/mpt3sas/ |
A D | mpt3sas_transport.c | 1020 phy = sas_phy_alloc(parent_dev, phy_index); in mpt3sas_transport_add_host_phy() 1089 phy = sas_phy_alloc(parent_dev, phy_index); in mpt3sas_transport_add_expander_phy()
|
/linux-6.3-rc2/drivers/scsi/mpi3mr/ |
A D | mpi3mr_transport.c | 873 phy = sas_phy_alloc(parent_dev, phy_index); in mpi3mr_add_host_phy() 943 phy = sas_phy_alloc(parent_dev, phy_index); in mpi3mr_add_expander_phy()
|
/linux-6.3-rc2/drivers/message/fusion/ |
A D | mptsas.c | 3077 phy = sas_phy_alloc(dev, index); in mptsas_probe_one_phy()
|
Completed in 41 milliseconds