Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhpsa.h197 struct SGDescriptor **cmd_sg_list; member
H A Dhpsa.c2225 if (!h->cmd_sg_list) in hpsa_free_sg_chain_blocks()
2228 kfree(h->cmd_sg_list[i]); in hpsa_free_sg_chain_blocks()
2229 h->cmd_sg_list[i] = NULL; in hpsa_free_sg_chain_blocks()
2231 kfree(h->cmd_sg_list); in hpsa_free_sg_chain_blocks()
2232 h->cmd_sg_list = NULL; in hpsa_free_sg_chain_blocks()
2242 h->cmd_sg_list = kcalloc(h->nr_cmds, sizeof(*h->cmd_sg_list), in hpsa_alloc_sg_chain_blocks()
2244 if (!h->cmd_sg_list) in hpsa_alloc_sg_chain_blocks()
2248 h->cmd_sg_list[i] = kmalloc_array(h->chainsize, in hpsa_alloc_sg_chain_blocks()
2249 sizeof(*h->cmd_sg_list[ in hpsa_alloc_sg_chain_blocks()
[all...]