Lines Matching refs:cmd_pool
2927 struct CommandList *c = h->cmd_pool + i; in hpsa_do_reset()
5114 struct CommandList *c = h->cmd_pool + i; in hpsa_preinitialize_commands()
6032 struct CommandList *c = h->cmd_pool + idx; in cmd_tagged_alloc()
6116 c = h->cmd_pool + i; in cmd_alloc()
6142 i = c - h->cmd_pool; in cmd_free()
6888 c = h->cmd_pool + tag_index; in process_indexed_cmd()
7935 if (h->cmd_pool) { in hpsa_free_cmd_pool()
7938 h->cmd_pool, in hpsa_free_cmd_pool()
7940 h->cmd_pool = NULL; in hpsa_free_cmd_pool()
7958 h->cmd_pool = pci_alloc_consistent(h->pdev, in hpsa_alloc_cmd_pool()
7959 h->nr_cmds * sizeof(*h->cmd_pool), in hpsa_alloc_cmd_pool()
7965 || (h->cmd_pool == NULL) in hpsa_alloc_cmd_pool()
8151 c = h->cmd_pool + i; in fail_all_outstanding_cmds()
9313 c = h->cmd_pool + i; in hpsa_drain_accel_commands()