Home
last modified time | relevance | path

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

/drivers/scsi/
A Dhpsa.h39 struct hpsa_sas_node { struct
50 struct hpsa_sas_node *parent_node; argument
312 struct hpsa_sas_node *sas_host;
A Dhpsa.c240 static int hpsa_add_sas_device(struct hpsa_sas_node *hpsa_sas_node,
9643 *hpsa_alloc_sas_port(struct hpsa_sas_node *hpsa_sas_node, in hpsa_alloc_sas_port() argument
9696 struct hpsa_sas_node *hpsa_sas_node; in hpsa_alloc_sas_node() local
9698 hpsa_sas_node = kzalloc(sizeof(*hpsa_sas_node), GFP_KERNEL); in hpsa_alloc_sas_node()
9699 if (hpsa_sas_node) { in hpsa_alloc_sas_node()
9704 return hpsa_sas_node; in hpsa_alloc_sas_node()
9707 static void hpsa_free_sas_node(struct hpsa_sas_node *hpsa_sas_node) in hpsa_free_sas_node() argument
9712 if (!hpsa_sas_node) in hpsa_free_sas_node()
9744 struct hpsa_sas_node *hpsa_sas_node; in hpsa_add_sas_host() local
9751 if (!hpsa_sas_node) in hpsa_add_sas_host()
[all …]

Completed in 21 milliseconds