Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_dbf.h262 u8 scsi_opcode[ZFCP_DBF_SCSI_OPCODE]; member
H A Dzfcp_dbf.c696 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()
/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h1096 u8 scsi_opcode; member
H A Dsmartpqi_init.c6383 …_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()