Searched refs:pqi_sas_phy (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()22 struct pqi_sas_phy *pqi_sas_phy; in pqi_alloc_sas_phy() local25 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() argument45 struct sas_phy *phy = pqi_sas_phy->phy; in pqi_free_sas_phy()[all …]
1220 struct pqi_sas_phy { struct