Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/
Dhpsa.h207 struct ErrorInfo *errinfo_pool; member
Dhpsa.c5537 c->err_info = h->errinfo_pool + index; in hpsa_cmd_init()
8041 if (h->errinfo_pool) { in hpsa_free_cmd_pool()
8044 h->errinfo_pool, in hpsa_free_cmd_pool()
8046 h->errinfo_pool = NULL; in hpsa_free_cmd_pool()
8057 h->errinfo_pool = dma_alloc_coherent(&h->pdev->dev, in hpsa_alloc_cmd_pool()
8058 h->nr_cmds * sizeof(*h->errinfo_pool), in hpsa_alloc_cmd_pool()
8062 || (h->errinfo_pool == NULL)) { in hpsa_alloc_cmd_pool()