Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/smartpqi/
A Dsmartpqi_sas_transport.c22 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()
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
51 kfree(pqi_sas_phy); in pqi_free_sas_phy()
54 static int pqi_sas_port_add_phy(struct pqi_sas_phy *pqi_sas_phy) in pqi_sas_port_add_phy() argument
169 struct pqi_sas_phy *pqi_sas_phy; in pqi_free_sas_port() local
231 struct pqi_sas_phy *pqi_sas_phy; in pqi_add_sas_host() local
[all …]
A Dsmartpqi.h1227 struct pqi_sas_phy { struct

Completed in 15 milliseconds