Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/libsas/
Dsas_discover.c127 rphy = sas_expander_alloc(port->port, in sas_get_port_device()
131 rphy = sas_expander_alloc(port->port, in sas_get_port_device()
Dsas_expander.c936 rphy = sas_expander_alloc(phy->port, in sas_ex_discover_expander()
940 rphy = sas_expander_alloc(phy->port, in sas_ex_discover_expander()
/linux-3.4.99/include/scsi/
Dscsi_transport_sas.h195 extern struct sas_rphy *sas_expander_alloc(struct sas_port *, enum sas_device_type);
/linux-3.4.99/drivers/scsi/
Dscsi_transport_sas.c1518 struct sas_rphy *sas_expander_alloc(struct sas_port *parent, in sas_expander_alloc() function
1547 EXPORT_SYMBOL(sas_expander_alloc);
/linux-3.4.99/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c732 rphy = sas_expander_alloc(port, in mpt2sas_transport_port_add()
/linux-3.4.99/drivers/message/fusion/
Dmptsas.c3243 rphy = sas_expander_alloc(port, identify.device_type); in mptsas_probe_one_phy()