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

/linux-master/drivers/scsi/
H A Dhpsa.h203 struct io_accel1_cmd *ioaccel_cmd_pool; member in struct:ctlr_info
H A Dhpsa.c1066 struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[c->cmdindex];
2645 struct io_accel1_cmd *c = &h->ioaccel_cmd_pool[cp->cmdindex];
4736 struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[c->cmdindex];
9304 struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[i];
9355 if (h->ioaccel_cmd_pool) {
9357 h->nr_cmds * sizeof(*h->ioaccel_cmd_pool),
9358 h->ioaccel_cmd_pool,
9360 h->ioaccel_cmd_pool = NULL;
9381 h->ioaccel_cmd_pool =
9383 h->nr_cmds * sizeof(*h->ioaccel_cmd_pool),
[all...]

Completed in 124 milliseconds