Searched refs:pqi_sas_phy (Results 1 – 2 of 2) sorted by relevance
25 static struct pqi_sas_phy *pqi_alloc_sas_phy(struct pqi_sas_port *pqi_sas_port) in pqi_alloc_sas_phy()27 struct pqi_sas_phy *pqi_sas_phy; in pqi_alloc_sas_phy() local30 pqi_sas_phy = kzalloc(sizeof(*pqi_sas_phy), GFP_KERNEL); in pqi_alloc_sas_phy()31 if (!pqi_sas_phy) in pqi_alloc_sas_phy()37 kfree(pqi_sas_phy); in pqi_alloc_sas_phy()42 pqi_sas_phy->phy = phy; in pqi_alloc_sas_phy()43 pqi_sas_phy->parent_port = pqi_sas_port; in pqi_alloc_sas_phy()45 return pqi_sas_phy; in pqi_alloc_sas_phy()48 static void pqi_free_sas_phy(struct pqi_sas_phy *pqi_sas_phy) in pqi_free_sas_phy() argument50 struct sas_phy *phy = pqi_sas_phy->phy; in pqi_free_sas_phy()[all …]
926 struct pqi_sas_phy { struct