Lines Matching refs:cmdindex

990 	struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[c->cmdindex];  in set_ioaccel1_performant_mode()
1015 &h->ioaccel2_cmd_pool[c->cmdindex]; in set_ioaccel2_tmf_performant_mode()
1036 struct io_accel2_cmd *cp = &h->ioaccel2_cmd_pool[c->cmdindex]; in set_ioaccel2_performant_mode()
2075 chain_block = h->ioaccel2_cmd_sg_list[c->cmdindex]; in hpsa_map_ioaccel2_sg_chain_block()
2109 chain_block = h->cmd_sg_list[c->cmdindex]; in hpsa_map_sg_chain_block()
2319 struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex]; in process_ioaccel2_completion()
2392 c2 = &h->ioaccel2_cmd_pool[cp->cmdindex]; in complete_scsi_command()
2438 struct io_accel1_cmd *c = &h->ioaccel_cmd_pool[cp->cmdindex]; in complete_scsi_command()
2855 struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex]; in hpsa_cmd_dev_match()
3748 &h->ioaccel2_cmd_pool[ioaccel2_cmd_to_abort->cmdindex]; in hpsa_get_pdisk_of_ioaccel2()
4218 curr_sg = h->cmd_sg_list[cp->cmdindex]; in hpsa_scatter_gather()
4297 struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[c->cmdindex]; in hpsa_scsi_ioaccel1_queue_command()
4323 (c->cmdindex * sizeof(*cp)); in hpsa_scsi_ioaccel1_queue_command()
4457 struct io_accel2_cmd *cp = &h->ioaccel2_cmd_pool[c->cmdindex]; in hpsa_scsi_ioaccel2_queue_command()
4475 (c->cmdindex * sizeof(*cp)); in hpsa_scsi_ioaccel2_queue_command()
4491 h->ioaccel2_cmd_sg_list[c->cmdindex]->address); in hpsa_scsi_ioaccel2_queue_command()
4499 curr_sg = h->ioaccel2_cmd_sg_list[c->cmdindex]; in hpsa_scsi_ioaccel2_queue_command()
4542 cp->Tag = cpu_to_le32(c->cmdindex << DIRECT_LOOKUP_SHIFT); in hpsa_scsi_ioaccel2_queue_command()
4956 c->Header.tag = cpu_to_le64((c->cmdindex << DIRECT_LOOKUP_SHIFT)); in hpsa_ciss_submit()
5024 c->cmdindex = index; in hpsa_cmd_init()
5049 BUG_ON(c->cmdindex != index); in hpsa_cmd_partial_init()
5066 hpsa_cmd_init(h, c->cmdindex, c); in hpsa_ioaccel_submit()
5073 hpsa_cmd_init(h, c->cmdindex, c); in hpsa_ioaccel_submit()
5101 struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex]; in hpsa_command_resubmit_worker()
5121 hpsa_cmd_partial_init(c->h, c->cmdindex, c); in hpsa_command_resubmit_worker()
5522 &h->ioaccel_cmd_pool[c->cmdindex]; in hpsa_get_tag()
5530 &h->ioaccel2_cmd_pool[c->cmdindex]; in hpsa_get_tag()
5588 struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex]; in setup_ioaccel2_abort_cmd()
5591 &h->ioaccel2_cmd_pool[command_to_abort->cmdindex]; in setup_ioaccel2_abort_cmd()
5611 (c->cmdindex * sizeof(struct io_accel2_cmd)); in setup_ioaccel2_abort_cmd()
5620 ac->tag = cpu_to_le64(c->cmdindex << DIRECT_LOOKUP_SHIFT); in setup_ioaccel2_abort_cmd()
5720 c2 = &h->ioaccel2_cmd_pool[c->cmdindex]; in hpsa_send_abort_ioaccel2()
5779 return h->ioaccel2_cmd_pool[c->cmdindex].reply_queue; in hpsa_extract_reply_queue()