Searched refs:errinfo_pool (Results 1 – 4 of 4) sorted by relevance
117 ErrorInfo_struct *errinfo_pool; member
989 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()
165 struct ErrorInfo *errinfo_pool; member
4710 c->err_info = h->errinfo_pool + i; in cmd_alloc()6419 h->errinfo_pool = pci_alloc_consistent(h->pdev, in hpsa_allocate_cmd_pool()6420 h->nr_cmds * sizeof(*h->errinfo_pool), in hpsa_allocate_cmd_pool()6424 || (h->errinfo_pool == NULL)) { in hpsa_allocate_cmd_pool()6445 if (h->errinfo_pool) in hpsa_free_cmd_pool()6448 h->errinfo_pool, in hpsa_free_cmd_pool()7123 h->errinfo_pool, h->errinfo_pool_dhandle); in hpsa_remove_one()