Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dhpsa.h207 struct ErrorInfo *errinfo_pool; member
A Dhpsa.c5539 c->err_info = h->errinfo_pool + index; in hpsa_cmd_init()
8045 if (h->errinfo_pool) { in hpsa_free_cmd_pool()
8048 h->errinfo_pool, in hpsa_free_cmd_pool()
8050 h->errinfo_pool = NULL; in hpsa_free_cmd_pool()
8063 h->errinfo_pool = dma_alloc_coherent(&h->pdev->dev, in hpsa_alloc_cmd_pool()
8064 h->nr_cmds * sizeof(*h->errinfo_pool), in hpsa_alloc_cmd_pool()
8068 || (h->errinfo_pool == NULL)) { in hpsa_alloc_cmd_pool()

Completed in 26 milliseconds