Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dhpsa.h203 struct ErrorInfo *errinfo_pool; member
Dhpsa.c5462 c->err_info = h->errinfo_pool + index; in hpsa_cmd_init()
7924 if (h->errinfo_pool) { in hpsa_free_cmd_pool()
7927 h->errinfo_pool, in hpsa_free_cmd_pool()
7929 h->errinfo_pool = NULL; in hpsa_free_cmd_pool()
7942 h->errinfo_pool = pci_alloc_consistent(h->pdev, in hpsa_alloc_cmd_pool()
7943 h->nr_cmds * sizeof(*h->errinfo_pool), in hpsa_alloc_cmd_pool()
7947 || (h->errinfo_pool == NULL)) { in hpsa_alloc_cmd_pool()