Searched refs:hpsa_sas_node (Results 1 – 2 of 2) sorted by relevance
39 struct hpsa_sas_node { struct50 struct hpsa_sas_node *parent_node; argument312 struct hpsa_sas_node *sas_host;
240 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() argument9696 struct hpsa_sas_node *hpsa_sas_node; in hpsa_alloc_sas_node() local9698 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() argument9712 if (!hpsa_sas_node) in hpsa_free_sas_node()9744 struct hpsa_sas_node *hpsa_sas_node; in hpsa_add_sas_host() local9751 if (!hpsa_sas_node) in hpsa_add_sas_host()[all …]
Completed in 21 milliseconds