Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dhpsa.c781 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()
[all …]
Dhpsa.h163 struct io_accel2_cmd *ioaccel2_cmd_pool; member