Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dhpsa.c1015 &h->ioaccel2_cmd_pool[c->cmdindex]; in set_ioaccel2_tmf_performant_mode()
1036 struct io_accel2_cmd *cp = &h->ioaccel2_cmd_pool[c->cmdindex]; in set_ioaccel2_performant_mode()
2319 struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex]; in process_ioaccel2_completion()
2392 c2 = &h->ioaccel2_cmd_pool[cp->cmdindex]; in complete_scsi_command()
2855 struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex]; in hpsa_cmd_dev_match()
3748 &h->ioaccel2_cmd_pool[ioaccel2_cmd_to_abort->cmdindex]; in hpsa_get_pdisk_of_ioaccel2()
4457 struct io_accel2_cmd *cp = &h->ioaccel2_cmd_pool[c->cmdindex]; in hpsa_scsi_ioaccel2_queue_command()
5101 struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex]; in hpsa_command_resubmit_worker()
5530 &h->ioaccel2_cmd_pool[c->cmdindex]; in hpsa_get_tag()
5588 struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex]; in setup_ioaccel2_abort_cmd()
[all …]
Dhpsa.h197 struct io_accel2_cmd *ioaccel2_cmd_pool; member