Lines Matching refs:cmd_pool
1837 struct CommandList *c = h->cmd_pool + i; in hpsa_find_outstanding_commands_for_dev()
5554 struct CommandList *c = h->cmd_pool + i; in hpsa_preinitialize_commands()
6138 struct CommandList *c = h->cmd_pool + idx; in cmd_tagged_alloc()
6229 c = h->cmd_pool + i; in cmd_alloc()
6262 i = c - h->cmd_pool; in cmd_free()
6980 c = h->cmd_pool + tag_index; in process_indexed_cmd()
8033 if (h->cmd_pool) { in hpsa_free_cmd_pool()
8036 h->cmd_pool, in hpsa_free_cmd_pool()
8038 h->cmd_pool = NULL; in hpsa_free_cmd_pool()
8054 h->cmd_pool = dma_alloc_coherent(&h->pdev->dev, in hpsa_alloc_cmd_pool()
8055 h->nr_cmds * sizeof(*h->cmd_pool), in hpsa_alloc_cmd_pool()
8061 || (h->cmd_pool == NULL) in hpsa_alloc_cmd_pool()
8241 c = h->cmd_pool + i; in fail_all_outstanding_cmds()
9554 c = h->cmd_pool + i; in hpsa_drain_accel_commands()