Searched refs:pqi_sas_port (Results 1 – 2 of 2) sorted by relevance
20 static struct pqi_sas_phy *pqi_alloc_sas_phy(struct pqi_sas_port *pqi_sas_port) in pqi_alloc_sas_phy() argument29 phy = sas_phy_alloc(pqi_sas_port->parent_node->parent_dev, in pqi_alloc_sas_phy()30 pqi_sas_port->next_phy_index); in pqi_alloc_sas_phy()36 pqi_sas_port->next_phy_index++; in pqi_alloc_sas_phy()38 pqi_sas_phy->parent_port = pqi_sas_port; in pqi_alloc_sas_phy()57 struct pqi_sas_port *pqi_sas_port; in pqi_sas_port_add_phy() local61 pqi_sas_port = pqi_sas_phy->parent_port; in pqi_sas_port_add_phy()66 identify->sas_address = pqi_sas_port->sas_address; in pqi_sas_port_add_phy()80 sas_port_add_phy(pqi_sas_port->port, pqi_sas_phy->phy); in pqi_sas_port_add_phy()82 &pqi_sas_port->phy_list_head); in pqi_sas_port_add_phy()[all …]
1166 struct pqi_sas_port *sas_port;1244 struct pqi_sas_port { struct1258 struct pqi_sas_port *parent_port; argument