Lines Matching refs:cmdindex
763 struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[c->cmdindex]; in set_ioaccel1_performant_mode()
781 struct io_accel2_cmd *cp = &h->ioaccel2_cmd_pool[c->cmdindex]; in set_ioaccel2_performant_mode()
1591 chain_block = h->cmd_sg_list[c->cmdindex]; in hpsa_map_sg_chain_block()
1724 struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex]; in process_ioaccel2_completion()
1815 struct io_accel1_cmd *c = &h->ioaccel_cmd_pool[cp->cmdindex]; in complete_scsi_command()
2870 c2a = &h->ioaccel2_cmd_pool[ioaccel2_cmd_to_abort->cmdindex]; in hpsa_get_pdisk_of_ioaccel2()
3282 curr_sg = h->cmd_sg_list[cp->cmdindex]; in hpsa_scatter_gather()
3365 struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[c->cmdindex]; in hpsa_scsi_ioaccel1_queue_command()
3391 (c->cmdindex * sizeof(*cp)); in hpsa_scsi_ioaccel1_queue_command()
3525 struct io_accel2_cmd *cp = &h->ioaccel2_cmd_pool[c->cmdindex]; in hpsa_scsi_ioaccel2_queue_command()
3546 (c->cmdindex * sizeof(*cp)); in hpsa_scsi_ioaccel2_queue_command()
3602 cp->Tag = cpu_to_le32(c->cmdindex << DIRECT_LOOKUP_SHIFT); in hpsa_scsi_ioaccel2_queue_command()
4005 c->Header.tag = cpu_to_le64((c->cmdindex << DIRECT_LOOKUP_SHIFT)); in hpsa_ciss_submit()
4395 &h->ioaccel_cmd_pool[c->cmdindex]; in hpsa_get_tag()
4403 &h->ioaccel2_cmd_pool[c->cmdindex]; in hpsa_get_tag()
4715 c->cmdindex = i; in cmd_alloc()