Home
last modified time | relevance | path

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

/drivers/block/
Dcciss.h117 ErrorInfo_struct *errinfo_pool; member
Dcciss.c989 c->err_info = h->errinfo_pool + i; in cmd_alloc()
4821 h->errinfo_pool = pci_alloc_consistent(h->pdev, in cciss_allocate_cmd_pool()
4826 || (h->errinfo_pool == NULL)) { in cciss_allocate_cmd_pool()
4873 if (h->errinfo_pool) in cciss_free_cmd_pool()
4876 h->errinfo_pool, h->errinfo_pool_dhandle); in cciss_free_cmd_pool()
/drivers/scsi/
Dhpsa.h151 struct ErrorInfo *errinfo_pool; member
Dhpsa.c4707 c->err_info = h->errinfo_pool + i; in cmd_alloc()
6586 h->errinfo_pool = pci_alloc_consistent(h->pdev, in hpsa_allocate_cmd_pool()
6587 h->nr_cmds * sizeof(*h->errinfo_pool), in hpsa_allocate_cmd_pool()
6591 || (h->errinfo_pool == NULL)) { in hpsa_allocate_cmd_pool()
6609 if (h->errinfo_pool) in hpsa_free_cmd_pool()
6612 h->errinfo_pool, in hpsa_free_cmd_pool()
7228 h->errinfo_pool, h->errinfo_pool_dhandle); in hpsa_remove_one()