Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dhpsa.h206 struct ErrorInfo *errinfo_pool; member
Dhpsa.c5496 c->err_info = h->errinfo_pool + index; in hpsa_cmd_init()
7992 if (h->errinfo_pool) { in hpsa_free_cmd_pool()
7995 h->errinfo_pool, in hpsa_free_cmd_pool()
7997 h->errinfo_pool = NULL; in hpsa_free_cmd_pool()
8010 h->errinfo_pool = dma_alloc_coherent(&h->pdev->dev, in hpsa_alloc_cmd_pool()
8011 h->nr_cmds * sizeof(*h->errinfo_pool), in hpsa_alloc_cmd_pool()
8015 || (h->errinfo_pool == NULL)) { in hpsa_alloc_cmd_pool()