Home
last modified time | relevance | path

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

/drivers/scsi/libsas/
Dsas_phy.c162 phy->phy = sas_phy_alloc(&sas_ha->core.shost->shost_gendev, i); in sas_register_phys()
Dsas_expander.c215 phy->phy = sas_phy_alloc(&rphy->dev, phy_id); in sas_set_ex_phy()
/drivers/scsi/
Dscsi_transport_sas.c716 struct sas_phy *sas_phy_alloc(struct device *parent, int number) in sas_phy_alloc() function
743 EXPORT_SYMBOL(sas_phy_alloc);
/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c857 phy = sas_phy_alloc(parent_dev, phy_index); in mpt2sas_transport_add_host_phy()
923 phy = sas_phy_alloc(parent_dev, phy_index); in mpt2sas_transport_add_expander_phy()
/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c851 phy = sas_phy_alloc(parent_dev, phy_index); in mpt3sas_transport_add_host_phy()
919 phy = sas_phy_alloc(parent_dev, phy_index); in mpt3sas_transport_add_expander_phy()
/drivers/message/fusion/
Dmptsas.c3051 phy = sas_phy_alloc(dev, index); in mptsas_probe_one_phy()