Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dhpsa.c763 struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[c->cmdindex]; in set_ioaccel1_performant_mode()
1815 struct io_accel1_cmd *c = &h->ioaccel_cmd_pool[cp->cmdindex]; in complete_scsi_command()
3365 struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[c->cmdindex]; in hpsa_scsi_ioaccel1_queue_command()
4395 &h->ioaccel_cmd_pool[c->cmdindex]; in hpsa_get_tag()
6450 if (h->ioaccel_cmd_pool) in hpsa_free_cmd_pool()
6453 h->ioaccel_cmd_pool, h->ioaccel_cmd_pool_dhandle); in hpsa_free_cmd_pool()
7324 struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[i]; in hpsa_enter_performant_mode()
7386 h->ioaccel_cmd_pool = in hpsa_alloc_ioaccel_cmd_and_bft()
7388 h->nr_cmds * sizeof(*h->ioaccel_cmd_pool), in hpsa_alloc_ioaccel_cmd_and_bft()
7395 if ((h->ioaccel_cmd_pool == NULL) || in hpsa_alloc_ioaccel_cmd_and_bft()
[all …]
Dhpsa.h161 struct io_accel1_cmd *ioaccel_cmd_pool; member