Searched refs:hpsa_sas_phy (Results 1 – 2 of 2) sorted by relevance
9582 struct hpsa_sas_phy *hpsa_sas_phy; in hpsa_alloc_sas_phy() local9585 hpsa_sas_phy = kzalloc(sizeof(*hpsa_sas_phy), GFP_KERNEL); in hpsa_alloc_sas_phy()9586 if (!hpsa_sas_phy) in hpsa_alloc_sas_phy()9592 kfree(hpsa_sas_phy); in hpsa_alloc_sas_phy()9600 return hpsa_sas_phy; in hpsa_alloc_sas_phy()9603 static void hpsa_free_sas_phy(struct hpsa_sas_phy *hpsa_sas_phy) in hpsa_free_sas_phy() argument9611 kfree(hpsa_sas_phy); in hpsa_free_sas_phy()9614 static int hpsa_sas_port_add_phy(struct hpsa_sas_phy *hpsa_sas_phy) in hpsa_sas_port_add_phy() argument9702 struct hpsa_sas_phy *hpsa_sas_phy; in hpsa_free_sas_port() local9766 struct hpsa_sas_phy *hpsa_sas_phy; in hpsa_add_sas_host() local[all …]
54 struct hpsa_sas_phy { struct
Completed in 21 milliseconds