Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dhpsa.h203 struct io_accel1_cmd *ioaccel_cmd_pool; member
A Dhpsa.c1066 struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[c->cmdindex]; in set_ioaccel1_performant_mode()
9311 struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[i]; in hpsa_enter_performant_mode()
9362 if (h->ioaccel_cmd_pool) { in hpsa_free_ioaccel1_cmd_and_bft()
9364 h->nr_cmds * sizeof(*h->ioaccel_cmd_pool), in hpsa_free_ioaccel1_cmd_and_bft()
9365 h->ioaccel_cmd_pool, in hpsa_free_ioaccel1_cmd_and_bft()
9367 h->ioaccel_cmd_pool = NULL; in hpsa_free_ioaccel1_cmd_and_bft()
9388 h->ioaccel_cmd_pool = in hpsa_alloc_ioaccel1_cmd_and_bft()
9390 h->nr_cmds * sizeof(*h->ioaccel_cmd_pool), in hpsa_alloc_ioaccel1_cmd_and_bft()
9397 if ((h->ioaccel_cmd_pool == NULL) || in hpsa_alloc_ioaccel1_cmd_and_bft()
9401 memset(h->ioaccel_cmd_pool, 0, in hpsa_alloc_ioaccel1_cmd_and_bft()
[all …]

Completed in 22 milliseconds