Lines Matching refs:cmd_pool
2923 struct CommandList *c = h->cmd_pool + i; in hpsa_do_reset()
5037 struct CommandList *c = h->cmd_pool + i; in hpsa_preinitialize_commands()
5936 struct CommandList *c = h->cmd_pool + idx; in cmd_tagged_alloc()
6020 c = h->cmd_pool + i; in cmd_alloc()
6046 i = c - h->cmd_pool; in cmd_free()
6792 c = h->cmd_pool + tag_index; in process_indexed_cmd()
7839 if (h->cmd_pool) { in hpsa_free_cmd_pool()
7842 h->cmd_pool, in hpsa_free_cmd_pool()
7844 h->cmd_pool = NULL; in hpsa_free_cmd_pool()
7862 h->cmd_pool = pci_alloc_consistent(h->pdev, in hpsa_alloc_cmd_pool()
7863 h->nr_cmds * sizeof(*h->cmd_pool), in hpsa_alloc_cmd_pool()
7869 || (h->cmd_pool == NULL) in hpsa_alloc_cmd_pool()
8055 c = h->cmd_pool + i; in fail_all_outstanding_cmds()
9216 c = h->cmd_pool + i; in hpsa_drain_accel_commands()