Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhpsa.c240 static int hpsa_add_sas_device(struct hpsa_sas_node *hpsa_sas_node,
9638 *hpsa_alloc_sas_port(struct hpsa_sas_node *hpsa_sas_node, in hpsa_alloc_sas_port() argument
9650 hpsa_sas_port->parent_node = hpsa_sas_node; in hpsa_alloc_sas_port()
9652 port = sas_port_alloc_num(hpsa_sas_node->parent_dev); in hpsa_alloc_sas_port()
9663 &hpsa_sas_node->port_list_head); in hpsa_alloc_sas_port()
9689 static struct hpsa_sas_node *hpsa_alloc_sas_node(struct device *parent_dev) in hpsa_alloc_sas_node()
9691 struct hpsa_sas_node *hpsa_sas_node; in hpsa_alloc_sas_node() local
9693 hpsa_sas_node = kzalloc_obj(*hpsa_sas_node); in hpsa_alloc_sas_node()
9694 if (hpsa_sas_node) { in hpsa_alloc_sas_node()
9695 hpsa_sas_node->parent_dev = parent_dev; in hpsa_alloc_sas_node()
[all …]