Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhpsa.h207 struct ErrorInfo *errinfo_pool; member
H A Dhpsa.c5523 c->err_info = h->errinfo_pool + index; in hpsa_cmd_init()
8025 if (h->errinfo_pool) { in hpsa_free_cmd_pool()
8028 h->errinfo_pool, in hpsa_free_cmd_pool()
8030 h->errinfo_pool = NULL; in hpsa_free_cmd_pool()
8041 h->errinfo_pool = dma_alloc_coherent(&h->pdev->dev, in hpsa_alloc_cmd_pool()
8042 h->nr_cmds * sizeof(*h->errinfo_pool), in hpsa_alloc_cmd_pool()
8046 || (h->errinfo_pool == NULL)) { in hpsa_alloc_cmd_pool()