Home
last modified time | relevance | path

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

/linux-5.10/drivers/scsi/ !
Dhpsa.h203 struct io_accel1_cmd *ioaccel_cmd_pool; member
Dhpsa.c1063 struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[c->cmdindex]; in set_ioaccel1_performant_mode()
2641 struct io_accel1_cmd *c = &h->ioaccel_cmd_pool[cp->cmdindex]; in complete_scsi_command()
4740 struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[c->cmdindex]; in hpsa_scsi_ioaccel1_queue_command()
9282 struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[i]; in hpsa_enter_performant_mode()
9334 if (h->ioaccel_cmd_pool) { in hpsa_free_ioaccel1_cmd_and_bft()
9336 h->nr_cmds * sizeof(*h->ioaccel_cmd_pool), in hpsa_free_ioaccel1_cmd_and_bft()
9337 h->ioaccel_cmd_pool, in hpsa_free_ioaccel1_cmd_and_bft()
9339 h->ioaccel_cmd_pool = NULL; in hpsa_free_ioaccel1_cmd_and_bft()
9360 h->ioaccel_cmd_pool = in hpsa_alloc_ioaccel1_cmd_and_bft()
9362 h->nr_cmds * sizeof(*h->ioaccel_cmd_pool), in hpsa_alloc_ioaccel1_cmd_and_bft()
[all …]