Searched refs:hpsa_sas_phy (Results 1 – 2 of 2) sorted by relevance
9550 static struct hpsa_sas_phy *hpsa_alloc_sas_phy( in hpsa_alloc_sas_phy()9553 struct hpsa_sas_phy *hpsa_sas_phy; in hpsa_alloc_sas_phy() local9556 hpsa_sas_phy = kzalloc_obj(*hpsa_sas_phy); in hpsa_alloc_sas_phy()9557 if (!hpsa_sas_phy) in hpsa_alloc_sas_phy()9563 kfree(hpsa_sas_phy); in hpsa_alloc_sas_phy()9568 hpsa_sas_phy->phy = phy; in hpsa_alloc_sas_phy()9569 hpsa_sas_phy->parent_port = hpsa_sas_port; in hpsa_alloc_sas_phy()9571 return hpsa_sas_phy; in hpsa_alloc_sas_phy()9574 static void hpsa_free_sas_phy(struct hpsa_sas_phy *hpsa_sas_phy) in hpsa_free_sas_phy() argument9576 struct sas_phy *phy = hpsa_sas_phy->phy; in hpsa_free_sas_phy()[all …]
54 struct hpsa_sas_phy { struct