Lines Matching refs:cmd_pool
1826 struct CommandList *c = h->cmd_pool + i; in hpsa_find_outstanding_commands_for_dev()
3143 struct CommandList *c = h->cmd_pool + i; in hpsa_do_reset()
5479 struct CommandList *c = h->cmd_pool + i; in hpsa_preinitialize_commands()
6009 struct CommandList *c = h->cmd_pool + idx; in cmd_tagged_alloc()
6091 c = h->cmd_pool + i; in cmd_alloc()
6117 i = c - h->cmd_pool; in cmd_free()
6862 c = h->cmd_pool + tag_index; in process_indexed_cmd()
7916 if (h->cmd_pool) { in hpsa_free_cmd_pool()
7919 h->cmd_pool, in hpsa_free_cmd_pool()
7921 h->cmd_pool = NULL; in hpsa_free_cmd_pool()
7939 h->cmd_pool = pci_alloc_consistent(h->pdev, in hpsa_alloc_cmd_pool()
7940 h->nr_cmds * sizeof(*h->cmd_pool), in hpsa_alloc_cmd_pool()
7946 || (h->cmd_pool == NULL) in hpsa_alloc_cmd_pool()
8112 c = h->cmd_pool + i; in fail_all_outstanding_cmds()
9408 c = h->cmd_pool + i; in hpsa_drain_accel_commands()