Home
last modified time | relevance | path

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

/Linux-v4.19/include/scsi/
Dscsi_transport_sas.h203 extern struct sas_rphy *sas_expander_alloc(struct sas_port *, enum sas_device_type);
/Linux-v4.19/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.c949 rphy = sas_expander_alloc(phy->port, in sas_ex_discover_expander()
953 rphy = sas_expander_alloc(phy->port, in sas_ex_discover_expander()
/Linux-v4.19/drivers/scsi/
Dscsi_transport_sas.c1479 struct sas_rphy *sas_expander_alloc(struct sas_port *parent, in sas_expander_alloc() function
1508 EXPORT_SYMBOL(sas_expander_alloc);
/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c723 rphy = sas_expander_alloc(port, in mpt3sas_transport_port_add()
/Linux-v4.19/drivers/message/fusion/
Dmptsas.c3235 rphy = sas_expander_alloc(port, identify.device_type); in mptsas_probe_one_phy()