Searched refs:scsi_opcode (Results 1 – 4 of 4) sorted by relevance
/drivers/s390/scsi/ |
D | zfcp_dbf.c | 696 memcpy(rec->scsi_opcode, sc->cmnd, in zfcp_dbf_scsi_common() 707 memset(rec->scsi_opcode, 0xff, ZFCP_DBF_SCSI_OPCODE); in zfcp_dbf_scsi_common() 777 memset(rec->scsi_opcode, 0xff, ZFCP_DBF_SCSI_OPCODE); in zfcp_dbf_scsi_eh()
|
D | zfcp_dbf.h | 262 u8 scsi_opcode[ZFCP_DBF_SCSI_OPCODE]; member
|
/drivers/scsi/smartpqi/ |
D | smartpqi.h | 1096 u8 scsi_opcode; member
|
D | smartpqi_init.c | 6383 …_ctrl_info *ctrl_info, struct pqi_scsi_dev *device, u8 lun, struct scsi_cmnd *scmd, u8 scsi_opcode) in pqi_device_reset_handler() argument 6391 ctrl_info->scsi_host->host_no, device->bus, device->target, lun, scmd, scsi_opcode); in pqi_device_reset_handler() 6414 u8 scsi_opcode; in pqi_eh_device_reset_handler() local 6419 scsi_opcode = scmd->cmd_len > 0 ? scmd->cmnd[0] : 0xff; in pqi_eh_device_reset_handler() 6421 return pqi_device_reset_handler(ctrl_info, device, (u8)scmd->device->lun, scmd, scsi_opcode); in pqi_eh_device_reset_handler() 6432 …e_reset_handler(tmf_work->ctrl_info, tmf_work->device, tmf_work->lun, scmd, tmf_work->scsi_opcode); in pqi_tmf_worker() 6465 tmf_work->scsi_opcode = scmd->cmd_len > 0 ? scmd->cmnd[0] : 0xff; in pqi_eh_abort_handler()
|