Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhpsa.c1060 struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[c->cmdindex]; in set_ioaccel1_performant_mode()
1082 &h->ioaccel2_cmd_pool[c->cmdindex]; in set_ioaccel2_tmf_performant_mode()
1100 struct io_accel2_cmd *cp = &h->ioaccel2_cmd_pool[c->cmdindex]; in set_ioaccel2_performant_mode()
2266 chain_block = h->ioaccel2_cmd_sg_list[c->cmdindex]; in hpsa_map_ioaccel2_sg_chain_block()
2300 chain_block = h->cmd_sg_list[c->cmdindex]; in hpsa_map_sg_chain_block()
2494 struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex]; in process_ioaccel2_completion()
2585 c2 = &h->ioaccel2_cmd_pool[cp->cmdindex]; in complete_scsi_command()
2636 struct io_accel1_cmd *c = &h->ioaccel_cmd_pool[cp->cmdindex]; in complete_scsi_command()
3107 struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex]; in hpsa_cmd_dev_match()
4600 curr_sg = h->cmd_sg_list[cp->cmdindex]; in hpsa_scatter_gather()
[all …]
H A Dhpsa_cmd.h439 long cmdindex; member