Lines Matching refs:cmd_pool
4693 c = h->cmd_pool + i; in cmd_alloc()
4731 i = c - h->cmd_pool; in cmd_free()
5425 c = h->cmd_pool + tag_index; in process_indexed_cmd()
6416 h->cmd_pool = pci_alloc_consistent(h->pdev, in hpsa_allocate_cmd_pool()
6417 h->nr_cmds * sizeof(*h->cmd_pool), in hpsa_allocate_cmd_pool()
6423 || (h->cmd_pool == NULL) in hpsa_allocate_cmd_pool()
6437 if (h->cmd_pool) in hpsa_free_cmd_pool()
6440 h->cmd_pool, h->cmd_pool_dhandle); in hpsa_free_cmd_pool()
6623 c = h->cmd_pool + i; in fail_all_outstanding_cmds()
7120 h->cmd_pool, h->cmd_pool_dhandle); in hpsa_remove_one()
7522 c = h->cmd_pool + i; in hpsa_drain_accel_commands()