Searched refs:pqi_sas_port (Results 1 – 2 of 2) sorted by relevance
25 static struct pqi_sas_phy *pqi_alloc_sas_phy(struct pqi_sas_port *pqi_sas_port) in pqi_alloc_sas_phy() argument34 phy = sas_phy_alloc(pqi_sas_port->parent_node->parent_dev, in pqi_alloc_sas_phy()35 pqi_sas_port->next_phy_index); in pqi_alloc_sas_phy()41 pqi_sas_port->next_phy_index++; in pqi_alloc_sas_phy()43 pqi_sas_phy->parent_port = pqi_sas_port; in pqi_alloc_sas_phy()62 struct pqi_sas_port *pqi_sas_port; in pqi_sas_port_add_phy() local66 pqi_sas_port = pqi_sas_phy->parent_port; in pqi_sas_port_add_phy()71 identify->sas_address = pqi_sas_port->sas_address; in pqi_sas_port_add_phy()85 sas_port_add_phy(pqi_sas_port->port, pqi_sas_phy->phy); in pqi_sas_port_add_phy()87 &pqi_sas_port->phy_list_head); in pqi_sas_port_add_phy()[all …]
840 struct pqi_sas_port *sas_port;916 struct pqi_sas_port { struct929 struct pqi_sas_port *parent_port; argument