Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/smartpqi/
Dsmartpqi_sas_transport.c20 static struct pqi_sas_phy *pqi_alloc_sas_phy(struct pqi_sas_port *pqi_sas_port) in pqi_alloc_sas_phy()
22 struct pqi_sas_phy *pqi_sas_phy; in pqi_alloc_sas_phy() local
25 pqi_sas_phy = kzalloc(sizeof(*pqi_sas_phy), GFP_KERNEL); in pqi_alloc_sas_phy()
26 if (!pqi_sas_phy) in pqi_alloc_sas_phy()
32 kfree(pqi_sas_phy); in pqi_alloc_sas_phy()
37 pqi_sas_phy->phy = phy; in pqi_alloc_sas_phy()
38 pqi_sas_phy->parent_port = pqi_sas_port; in pqi_alloc_sas_phy()
40 return pqi_sas_phy; in pqi_alloc_sas_phy()
43 static void pqi_free_sas_phy(struct pqi_sas_phy *pqi_sas_phy) in pqi_free_sas_phy() argument
45 struct sas_phy *phy = pqi_sas_phy->phy; in pqi_free_sas_phy()
[all …]
Dsmartpqi.h1220 struct pqi_sas_phy { struct