Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dhpsa.h197 struct SGDescriptor **cmd_sg_list; member
Dhpsa.c2227 if (!h->cmd_sg_list) in hpsa_free_sg_chain_blocks()
2230 kfree(h->cmd_sg_list[i]); in hpsa_free_sg_chain_blocks()
2231 h->cmd_sg_list[i] = NULL; in hpsa_free_sg_chain_blocks()
2233 kfree(h->cmd_sg_list); in hpsa_free_sg_chain_blocks()
2234 h->cmd_sg_list = NULL; in hpsa_free_sg_chain_blocks()
2244 h->cmd_sg_list = kcalloc(h->nr_cmds, sizeof(*h->cmd_sg_list), in hpsa_alloc_sg_chain_blocks()
2246 if (!h->cmd_sg_list) in hpsa_alloc_sg_chain_blocks()
2250 h->cmd_sg_list[i] = kmalloc_array(h->chainsize, in hpsa_alloc_sg_chain_blocks()
2251 sizeof(*h->cmd_sg_list[i]), in hpsa_alloc_sg_chain_blocks()
2253 if (!h->cmd_sg_list[i]) in hpsa_alloc_sg_chain_blocks()
[all …]