Lines Matching refs:ioaccel2_cmd_pool
781 struct io_accel2_cmd *cp = &h->ioaccel2_cmd_pool[c->cmdindex]; in set_ioaccel2_performant_mode()
1724 struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex]; in process_ioaccel2_completion()
2870 c2a = &h->ioaccel2_cmd_pool[ioaccel2_cmd_to_abort->cmdindex]; in hpsa_get_pdisk_of_ioaccel2()
3525 struct io_accel2_cmd *cp = &h->ioaccel2_cmd_pool[c->cmdindex]; in hpsa_scsi_ioaccel2_queue_command()
4403 &h->ioaccel2_cmd_pool[c->cmdindex]; in hpsa_get_tag()
6441 if (h->ioaccel2_cmd_pool) in hpsa_free_cmd_pool()
6443 h->nr_cmds * sizeof(*h->ioaccel2_cmd_pool), in hpsa_free_cmd_pool()
6444 h->ioaccel2_cmd_pool, h->ioaccel2_cmd_pool_dhandle); in hpsa_free_cmd_pool()
7423 h->ioaccel2_cmd_pool = in ioaccel2_alloc_cmds_and_bft()
7425 h->nr_cmds * sizeof(*h->ioaccel2_cmd_pool), in ioaccel2_alloc_cmds_and_bft()
7432 if ((h->ioaccel2_cmd_pool == NULL) || in ioaccel2_alloc_cmds_and_bft()
7436 memset(h->ioaccel2_cmd_pool, 0, in ioaccel2_alloc_cmds_and_bft()
7437 h->nr_cmds * sizeof(*h->ioaccel2_cmd_pool)); in ioaccel2_alloc_cmds_and_bft()
7441 if (h->ioaccel2_cmd_pool) in ioaccel2_alloc_cmds_and_bft()
7443 h->nr_cmds * sizeof(*h->ioaccel2_cmd_pool), in ioaccel2_alloc_cmds_and_bft()
7444 h->ioaccel2_cmd_pool, h->ioaccel2_cmd_pool_dhandle); in ioaccel2_alloc_cmds_and_bft()