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

/linux-4.4.14/include/scsi/
H A Dscsi_transport_sas.h197 struct sas_port *sas_port_alloc(struct device *, int);
/linux-4.4.14/drivers/scsi/libsas/
H A Dsas_internal.h172 ex->parent_port = sas_port_alloc(&dev->rphy->dev, phy_id); sas_add_parent_port()
H A Dsas_port.c176 port->port = sas_port_alloc(phy->phy->dev.parent, port->id); sas_form_port()
H A Dsas_expander.c795 phy->port = sas_port_alloc(&parent->rphy->dev, phy_id); sas_ex_discover_end_dev()
929 phy->port = sas_port_alloc(&parent->rphy->dev, phy_id); sas_ex_discover_expander()
/linux-4.4.14/drivers/scsi/
H A Dscsi_transport_sas.c894 /** sas_port_alloc - allocate and initialize a SAS port structure
905 struct sas_port *sas_port_alloc(struct device *parent, int port_id) sas_port_alloc() function
936 EXPORT_SYMBOL(sas_port_alloc); variable
966 return sas_port_alloc(parent, index); sas_port_alloc_num()

Completed in 475 milliseconds