Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dhpsa.c1088 &h->ioaccel2_cmd_pool[c->cmdindex]; in set_ioaccel2_tmf_performant_mode()
2594 c2 = &h->ioaccel2_cmd_pool[cp->cmdindex]; in complete_scsi_command()
9415 if (h->ioaccel2_cmd_pool) { in hpsa_free_ioaccel2_cmd_and_bft()
9417 h->nr_cmds * sizeof(*h->ioaccel2_cmd_pool), in hpsa_free_ioaccel2_cmd_and_bft()
9418 h->ioaccel2_cmd_pool, in hpsa_free_ioaccel2_cmd_and_bft()
9420 h->ioaccel2_cmd_pool = NULL; in hpsa_free_ioaccel2_cmd_and_bft()
9441 h->ioaccel2_cmd_pool = in hpsa_alloc_ioaccel2_cmd_and_bft()
9443 h->nr_cmds * sizeof(*h->ioaccel2_cmd_pool), in hpsa_alloc_ioaccel2_cmd_and_bft()
9450 if ((h->ioaccel2_cmd_pool == NULL) || in hpsa_alloc_ioaccel2_cmd_and_bft()
9460 memset(h->ioaccel2_cmd_pool, 0, in hpsa_alloc_ioaccel2_cmd_and_bft()
[all …]
A Dhpsa.h205 struct io_accel2_cmd *ioaccel2_cmd_pool; member

Completed in 21 milliseconds