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()
151 struct ErrorInfo *errinfo_pool; member
4707 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()