Home
last modified time | relevance | path

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

/linux-4.4.14/include/scsi/
Dscsi_transport_sas.h189 extern struct sas_rphy *sas_expander_alloc(struct sas_port *, enum sas_device_type);
/linux-4.4.14/drivers/scsi/libsas/
Dsas_discover.c123 rphy = sas_expander_alloc(port->port, in sas_get_port_device()
127 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-4.4.14/drivers/scsi/
Dscsi_transport_sas.c1509 struct sas_rphy *sas_expander_alloc(struct sas_port *parent, in sas_expander_alloc() function
1538 EXPORT_SYMBOL(sas_expander_alloc);
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c731 rphy = sas_expander_alloc(port, in mpt3sas_transport_port_add()
/linux-4.4.14/drivers/message/fusion/
Dmptsas.c3239 rphy = sas_expander_alloc(port, identify.device_type); in mptsas_probe_one_phy()