Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dhpsa.c9582 struct hpsa_sas_phy *hpsa_sas_phy; in hpsa_alloc_sas_phy() local
9585 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() argument
9611 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() argument
9702 struct hpsa_sas_phy *hpsa_sas_phy; in hpsa_free_sas_port() local
9766 struct hpsa_sas_phy *hpsa_sas_phy; in hpsa_add_sas_host() local
[all …]
A Dhpsa.h54 struct hpsa_sas_phy { struct

Completed in 21 milliseconds