Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dhpsa.c9228 static struct hpsa_sas_phy *hpsa_alloc_sas_phy( in hpsa_alloc_sas_phy()
9231 struct hpsa_sas_phy *hpsa_sas_phy; in hpsa_alloc_sas_phy() local
9234 hpsa_sas_phy = kzalloc(sizeof(*hpsa_sas_phy), GFP_KERNEL); in hpsa_alloc_sas_phy()
9235 if (!hpsa_sas_phy) in hpsa_alloc_sas_phy()
9241 kfree(hpsa_sas_phy); in hpsa_alloc_sas_phy()
9246 hpsa_sas_phy->phy = phy; in hpsa_alloc_sas_phy()
9247 hpsa_sas_phy->parent_port = hpsa_sas_port; in hpsa_alloc_sas_phy()
9249 return hpsa_sas_phy; in hpsa_alloc_sas_phy()
9252 static void hpsa_free_sas_phy(struct hpsa_sas_phy *hpsa_sas_phy) in hpsa_free_sas_phy() argument
9254 struct sas_phy *phy = hpsa_sas_phy->phy; in hpsa_free_sas_phy()
[all …]
Dhpsa.h52 struct hpsa_sas_phy { struct