Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
Dhpsa.h39 struct hpsa_sas_node { struct
50 struct hpsa_sas_node *parent_node; argument
312 struct hpsa_sas_node *sas_host;
Dhpsa.c240 static int hpsa_add_sas_device(struct hpsa_sas_node *hpsa_sas_node,
9657 *hpsa_alloc_sas_port(struct hpsa_sas_node *hpsa_sas_node, in hpsa_alloc_sas_port() argument
9669 hpsa_sas_port->parent_node = hpsa_sas_node; in hpsa_alloc_sas_port()
9671 port = sas_port_alloc_num(hpsa_sas_node->parent_dev); in hpsa_alloc_sas_port()
9682 &hpsa_sas_node->port_list_head); in hpsa_alloc_sas_port()
9708 static struct hpsa_sas_node *hpsa_alloc_sas_node(struct device *parent_dev) in hpsa_alloc_sas_node()
9710 struct hpsa_sas_node *hpsa_sas_node; in hpsa_alloc_sas_node() local
9712 hpsa_sas_node = kzalloc(sizeof(*hpsa_sas_node), GFP_KERNEL); in hpsa_alloc_sas_node()
9713 if (hpsa_sas_node) { in hpsa_alloc_sas_node()
9714 hpsa_sas_node->parent_dev = parent_dev; in hpsa_alloc_sas_node()
[all …]