Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dhpsa.h207 struct ErrorInfo *errinfo_pool; member
Dhpsa.c5541 c->err_info = h->errinfo_pool + index; in hpsa_cmd_init()
8014 if (h->errinfo_pool) { in hpsa_free_cmd_pool()
8017 h->errinfo_pool, in hpsa_free_cmd_pool()
8019 h->errinfo_pool = NULL; in hpsa_free_cmd_pool()
8032 h->errinfo_pool = dma_alloc_coherent(&h->pdev->dev, in hpsa_alloc_cmd_pool()
8033 h->nr_cmds * sizeof(*h->errinfo_pool), in hpsa_alloc_cmd_pool()
8037 || (h->errinfo_pool == NULL)) { in hpsa_alloc_cmd_pool()