Home
last modified time | relevance | path

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

/linux/drivers/s390/scsi/
H A Dzfcp_dbf.h262 u8 scsi_opcode[ZFCP_DBF_SCSI_OPCODE]; member
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h1106 u8 scsi_opcode; member
H A Dsmartpqi_init.c6428 …_ctrl_info *ctrl_info, struct pqi_scsi_dev *device, u8 lun, struct scsi_cmnd *scmd, u8 scsi_opcode) in pqi_device_reset_handler() argument
6448 ctrl_info->scsi_host->host_no, device->bus, device->target, lun, scmd, scsi_opcode); in pqi_device_reset_handler()
6471 u8 scsi_opcode; in pqi_eh_device_reset_handler() local
6476 scsi_opcode = scmd->cmd_len > 0 ? scmd->cmnd[0] : 0xff; in pqi_eh_device_reset_handler()
6478 return pqi_device_reset_handler(ctrl_info, device, (u8)scmd->device->lun, scmd, scsi_opcode); in pqi_eh_device_reset_handler()
6489 …e_reset_handler(tmf_work->ctrl_info, tmf_work->device, tmf_work->lun, scmd, tmf_work->scsi_opcode); in pqi_tmf_worker()
6522 tmf_work->scsi_opcode = scmd->cmd_len > 0 ? scmd->cmnd[0] : 0xff; in pqi_eh_abort_handler()