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

/linux-master/drivers/scsi/
H A Dhpsa.h207 struct ErrorInfo *errinfo_pool; member in struct:ctlr_info
H A Dhpsa.c5537 c->err_info = h->errinfo_pool + index;
8041 if (h->errinfo_pool) {
8044 h->errinfo_pool,
8046 h->errinfo_pool = NULL;
8057 h->errinfo_pool = dma_alloc_coherent(&h->pdev->dev,
8058 h->nr_cmds * sizeof(*h->errinfo_pool),
8062 || (h->errinfo_pool == NULL)) {

Completed in 202 milliseconds