Home
last modified time | relevance | path

Searched refs:sas_port_alloc (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/libsas/
H A Dsas_internal.h167 ex->parent_port = sas_port_alloc(&dev->rphy->dev, phy_id); in sas_add_parent_port()
H A Dsas_port.c162 port->port = sas_port_alloc(phy->phy->dev.parent, port->id); in sas_form_port()
H A Dsas_expander.c801 phy->port = sas_port_alloc(&parent->rphy->dev, phy_id); in sas_ex_discover_end_dev()
959 phy->port = sas_port_alloc(&parent->rphy->dev, phy_id); in sas_ex_discover_expander()
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_transport_sas.h210 struct sas_port *sas_port_alloc(struct device *, int);
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_transport_sas.h211 struct sas_port *sas_port_alloc(struct device *, int);
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H A Dsas_internal.h186 ex->parent_port = sas_port_alloc(&dev->rphy->dev, phy_id); in sas_add_parent_port()
H A Dsas_port.c172 port->port = sas_port_alloc(phy->phy->dev.parent, port->id); in sas_form_port()
H A Dsas_expander.c810 phy->port = sas_port_alloc(&parent->rphy->dev, phy_id); in sas_ex_discover_end_dev()
892 phy->port = sas_port_alloc(&parent->rphy->dev, phy_id); in sas_ex_discover_expander()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_transport_sas.c862 /** sas_port_alloc - allocate and initialize a SAS port structure
873 struct sas_port *sas_port_alloc(struct device *parent, int port_id) in sas_port_alloc() function
904 EXPORT_SYMBOL(sas_port_alloc); variable
934 return sas_port_alloc(parent, index); in sas_port_alloc_num()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_transport_sas.c868 /** sas_port_alloc - allocate and initialize a SAS port structure
879 struct sas_port *sas_port_alloc(struct device *parent, int port_id) in sas_port_alloc() function
910 EXPORT_SYMBOL(sas_port_alloc); variable
940 return sas_port_alloc(parent, index); in sas_port_alloc_num()

Completed in 13 milliseconds