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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libsas/
H A Dsas_internal.h158 ex->parent_port = sas_port_alloc(&dev->rphy->dev, phy_id);
H A Dsas_port.c120 port->port = sas_port_alloc(phy->phy->dev.parent, port->id);
H A Dsas_expander.c658 phy->port = sas_port_alloc(&parent->rphy->dev, phy_id);
800 phy->port = sas_port_alloc(&parent->rphy->dev, phy_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_transport_sas.h199 struct sas_port *sas_port_alloc(struct device *, int);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_transport_sas.c880 /** sas_port_alloc - allocate and initialize a SAS port structure
891 struct sas_port *sas_port_alloc(struct device *parent, int port_id) function
922 EXPORT_SYMBOL(sas_port_alloc); variable
951 return sas_port_alloc(parent, index);

Completed in 77 milliseconds