Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dcciss.h117 ErrorInfo_struct *errinfo_pool; member
Dcciss.c1005 c->err_info = h->errinfo_pool + i; in cmd_alloc()
4836 h->errinfo_pool = pci_alloc_consistent(h->pdev, in cciss_allocate_cmd_pool()
4841 || (h->errinfo_pool == NULL)) { in cciss_allocate_cmd_pool()
4888 if (h->errinfo_pool) in cciss_free_cmd_pool()
4891 h->errinfo_pool, h->errinfo_pool_dhandle); in cciss_free_cmd_pool()
/linux-4.4.14/drivers/scsi/
Dhpsa.h199 struct ErrorInfo *errinfo_pool; member
Dhpsa.c5020 c->err_info = h->errinfo_pool + index; in hpsa_cmd_init()
7847 if (h->errinfo_pool) { in hpsa_free_cmd_pool()
7850 h->errinfo_pool, in hpsa_free_cmd_pool()
7852 h->errinfo_pool = NULL; in hpsa_free_cmd_pool()
7865 h->errinfo_pool = pci_alloc_consistent(h->pdev, in hpsa_alloc_cmd_pool()
7866 h->nr_cmds * sizeof(*h->errinfo_pool), in hpsa_alloc_cmd_pool()
7870 || (h->errinfo_pool == NULL)) { in hpsa_alloc_cmd_pool()