Home
last modified time | relevance | path

Searched refs:hpsa_sas_phy (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.c9551 static struct hpsa_sas_phy *hpsa_alloc_sas_phy( in hpsa_alloc_sas_phy()
9554 struct hpsa_sas_phy *hpsa_sas_phy; in hpsa_alloc_sas_phy() local
9557 hpsa_sas_phy = kzalloc(sizeof(*hpsa_sas_phy), GFP_KERNEL); in hpsa_alloc_sas_phy()
9558 if (!hpsa_sas_phy) in hpsa_alloc_sas_phy()
9564 kfree(hpsa_sas_phy); in hpsa_alloc_sas_phy()
9569 hpsa_sas_phy->phy = phy; in hpsa_alloc_sas_phy()
9570 hpsa_sas_phy->parent_port = hpsa_sas_port; in hpsa_alloc_sas_phy()
9572 return hpsa_sas_phy; in hpsa_alloc_sas_phy()
9575 hpsa_free_sas_phy(struct hpsa_sas_phy *hpsa_sas_phy) hpsa_free_sas_phy() argument
9586 hpsa_sas_port_add_phy(struct hpsa_sas_phy *hpsa_sas_phy) hpsa_sas_port_add_phy() argument
9674 struct hpsa_sas_phy *hpsa_sas_phy; hpsa_free_sas_port() local
9738 struct hpsa_sas_phy *hpsa_sas_phy; hpsa_add_sas_host() local
[all...]
H A Dhpsa.h54 struct hpsa_sas_phy { struct
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.c9566 static struct hpsa_sas_phy *hpsa_alloc_sas_phy( in hpsa_alloc_sas_phy()
9569 struct hpsa_sas_phy *hpsa_sas_phy; in hpsa_alloc_sas_phy() local
9572 hpsa_sas_phy = kzalloc(sizeof(*hpsa_sas_phy), GFP_KERNEL); in hpsa_alloc_sas_phy()
9573 if (!hpsa_sas_phy) in hpsa_alloc_sas_phy()
9579 kfree(hpsa_sas_phy); in hpsa_alloc_sas_phy()
9584 hpsa_sas_phy->phy = phy; in hpsa_alloc_sas_phy()
9585 hpsa_sas_phy->parent_port = hpsa_sas_port; in hpsa_alloc_sas_phy()
9587 return hpsa_sas_phy; in hpsa_alloc_sas_phy()
9590 hpsa_free_sas_phy(struct hpsa_sas_phy *hpsa_sas_phy) hpsa_free_sas_phy() argument
9601 hpsa_sas_port_add_phy(struct hpsa_sas_phy *hpsa_sas_phy) hpsa_sas_port_add_phy() argument
9689 struct hpsa_sas_phy *hpsa_sas_phy; hpsa_free_sas_port() local
9753 struct hpsa_sas_phy *hpsa_sas_phy; hpsa_add_sas_host() local
[all...]
H A Dhpsa.h54 struct hpsa_sas_phy { struct

Completed in 34 milliseconds