sas_port_alloc
ex->parent_port = sas_port_alloc(&dev->rphy->dev, phy_id);
phy->port = sas_port_alloc(&parent->rphy->dev, phy_id);
phy->port = sas_port_alloc(&parent->rphy->dev, phy_id);
port->port = sas_port_alloc(phy->phy->dev.parent, port->id);
EXPORT_SYMBOL(sas_port_alloc);
return sas_port_alloc(parent, index);
struct sas_port *sas_port_alloc(struct device *, int);