Home
last modified time | relevance | path

Searched refs:ioaccel2_cmd_pool (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/
Dhpsa.c787 struct io_accel2_cmd *cp = &h->ioaccel2_cmd_pool[c->cmdindex]; in set_ioaccel2_performant_mode()
1641 struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex]; in process_ioaccel2_completion()
2821 c2a = &h->ioaccel2_cmd_pool[ioaccel2_cmd_to_abort->cmdindex]; in hpsa_get_pdisk_of_ioaccel2()
3515 struct io_accel2_cmd *cp = &h->ioaccel2_cmd_pool[c->cmdindex]; in hpsa_scsi_ioaccel2_queue_command()
4338 &h->ioaccel2_cmd_pool[c->cmdindex]; in hpsa_get_tag()
6605 if (h->ioaccel2_cmd_pool) in hpsa_free_cmd_pool()
6607 h->nr_cmds * sizeof(*h->ioaccel2_cmd_pool), in hpsa_free_cmd_pool()
6608 h->ioaccel2_cmd_pool, h->ioaccel2_cmd_pool_dhandle); in hpsa_free_cmd_pool()
7519 h->ioaccel2_cmd_pool = in ioaccel2_alloc_cmds_and_bft()
7521 h->nr_cmds * sizeof(*h->ioaccel2_cmd_pool), in ioaccel2_alloc_cmds_and_bft()
[all …]
Dhpsa.h149 struct io_accel2_cmd *ioaccel2_cmd_pool; member