Searched refs:scsi_opcode (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/s390/scsi/
H A Dzfcp_dbf.h245 * @scsi_opcode: scsi opcode
262 u8 scsi_opcode[ZFCP_DBF_SCSI_OPCODE]; member in struct:zfcp_dbf_scsi
H A Dzfcp_dbf.c696 memcpy(rec->scsi_opcode, sc->cmnd,
707 memset(rec->scsi_opcode, 0xff, ZFCP_DBF_SCSI_OPCODE);
777 memset(rec->scsi_opcode, 0xff, ZFCP_DBF_SCSI_OPCODE);
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi.h1096 u8 scsi_opcode; member in struct:pqi_tmf_work
H A Dsmartpqi_init.c6383 static int pqi_device_reset_handler(struct pqi_ctrl_info *ctrl_info, struct pqi_scsi_dev *device, u8 lun, struct scsi_cmnd *scmd, u8 scsi_opcode) argument
6391 ctrl_info->scsi_host->host_no, device->bus, device->target, lun, scmd, scsi_opcode);
6414 u8 scsi_opcode; local
6419 scsi_opcode = scmd->cmd_len > 0 ? scmd->cmnd[0] : 0xff;
6421 return pqi_device_reset_handler(ctrl_info, device, (u8)scmd->device->lun, scmd, scsi_opcode);
6432 pqi_device_reset_handler(tmf_work->ctrl_info, tmf_work->device, tmf_work->lun, scmd, tmf_work->scsi_opcode);
6465 tmf_work->scsi_opcode = scmd->cmd_len > 0 ? scmd->cmnd[0] : 0xff;

Completed in 242 milliseconds