Home
last modified time | relevance | path

Searched refs:sas_port_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/scsi/
Dscsi_transport_sas.h213 struct sas_port *sas_port_alloc(struct device *, int);
/linux-6.12.1/drivers/scsi/libsas/
Dsas_port.c172 port->port = sas_port_alloc(phy->phy->dev.parent, port->id); in sas_form_port()
Dsas_expander.c42 ex->parent_port = sas_port_alloc(&dev->rphy->dev, phy_id); in sas_ex_add_parent_port()
831 phy->port = sas_port_alloc(&parent->rphy->dev, phy_id); in sas_ex_discover_end_dev()
911 phy->port = sas_port_alloc(&parent->rphy->dev, phy_id); in sas_ex_discover_expander()
/linux-6.12.1/drivers/scsi/
Dscsi_transport_sas.c902 struct sas_port *sas_port_alloc(struct device *parent, int port_id) in sas_port_alloc() function
933 EXPORT_SYMBOL(sas_port_alloc);
963 return sas_port_alloc(parent, index); in sas_port_alloc_num()