Home
last modified time | relevance | path

Searched refs:pqi_sas_port (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/smartpqi/
Dsmartpqi_sas_transport.c25 static struct pqi_sas_phy *pqi_alloc_sas_phy(struct pqi_sas_port *pqi_sas_port) in pqi_alloc_sas_phy() argument
34 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() local
66 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 …]
Dsmartpqi.h840 struct pqi_sas_port *sas_port;
916 struct pqi_sas_port { struct
929 struct pqi_sas_port *parent_port; argument