Lines Matching refs:scmd
241 struct scsi_cmnd *scmd);
5308 static int hpsa_get_cmd_index(struct scsi_cmnd *scmd) in hpsa_get_cmd_index() argument
5310 int idx = scmd->request->tag; in hpsa_get_cmd_index()
5592 struct scsi_cmnd *scmd = command_to_abort->scsi_cmd; in setup_ioaccel2_abort_cmd() local
5593 struct hpsa_scsi_dev_t *dev = scmd->device->hostdata; in setup_ioaccel2_abort_cmd()
5638 struct scsi_cmnd *scmd; /* scsi command within request being aborted */ in hpsa_send_reset_as_abort_ioaccel2() local
5644 scmd = abort->scsi_cmd; in hpsa_send_reset_as_abort_ioaccel2()
5645 dev = (struct hpsa_scsi_dev_t *)(scmd->device->hostdata); in hpsa_send_reset_as_abort_ioaccel2()
5933 struct scsi_cmnd *scmd) in cmd_tagged_alloc() argument
5935 int idx = hpsa_get_cmd_index(scmd); in cmd_tagged_alloc()
5960 scsi_print_command(scmd); in cmd_tagged_alloc()