Searched refs:sas_phy_alloc (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_phy.c | 134 phy->phy = sas_phy_alloc(&sas_ha->core.shost->shost_gendev, i); in sas_register_phys()
|
H A D | sas_expander.c | 212 phy->phy = sas_phy_alloc(&rphy->dev, phy_id); in sas_set_ex_phy()
|
/kernel/linux/linux-6.6/drivers/scsi/libsas/ |
H A D | sas_phy.c | 134 phy->phy = sas_phy_alloc(&sas_ha->shost->shost_gendev, i); in sas_register_phys()
|
H A D | sas_expander.c | 195 phy->phy = sas_phy_alloc(&rphy->dev, phy_id); in sas_set_ex_phy()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_transport_sas.h | 190 extern struct sas_phy *sas_phy_alloc(struct device *, int);
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_transport_sas.h | 191 extern struct sas_phy *sas_phy_alloc(struct device *, int);
|
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/ |
H A D | smartpqi_sas_transport.c | 29 phy = sas_phy_alloc(pqi_sas_port->parent_node->parent_dev, in pqi_alloc_sas_phy()
|
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/ |
H A D | smartpqi_sas_transport.c | 29 phy = sas_phy_alloc(pqi_sas_port->parent_node->parent_dev, in pqi_alloc_sas_phy()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_sas.c | 668 * sas_phy_alloc - allocates and initialize a SAS PHY structure 679 struct sas_phy *sas_phy_alloc(struct device *parent, int number) in sas_phy_alloc() function 706 EXPORT_SYMBOL(sas_phy_alloc); variable
|
H A D | hpsa.c | 9561 phy = sas_phy_alloc(hpsa_sas_port->parent_node->parent_dev, in hpsa_alloc_sas_phy()
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_transport.c | 850 phy = sas_phy_alloc(parent_dev, phy_index); in mpt3sas_transport_add_host_phy() 918 phy = sas_phy_alloc(parent_dev, phy_index); in mpt3sas_transport_add_expander_phy()
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_transport.c | 1030 phy = sas_phy_alloc(parent_dev, phy_index); in mpt3sas_transport_add_host_phy() 1099 phy = sas_phy_alloc(parent_dev, phy_index); in mpt3sas_transport_add_expander_phy()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_sas.c | 674 * sas_phy_alloc - allocates and initialize a SAS PHY structure 685 struct sas_phy *sas_phy_alloc(struct device *parent, int number) in sas_phy_alloc() function 712 EXPORT_SYMBOL(sas_phy_alloc); variable
|
H A D | hpsa.c | 9576 phy = sas_phy_alloc(hpsa_sas_port->parent_node->parent_dev, in hpsa_alloc_sas_phy()
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 870 phy = sas_phy_alloc(parent_dev, phy_index); in mpi3mr_add_host_phy() 940 phy = sas_phy_alloc(parent_dev, phy_index); in mpi3mr_add_expander_phy()
|
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptsas.c | 3046 phy = sas_phy_alloc(dev, index); in mptsas_probe_one_phy()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptsas.c | 3077 phy = sas_phy_alloc(dev, index); in mptsas_probe_one_phy()
|
Completed in 96 milliseconds