Home
last modified time | relevance | path

Searched refs:WRITE_32 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/
H A Dsd.h202 case WRITE_32: in scsi_medium_access_command()
H A Dscsi.c674 /* Check support for READ_16, WRITE_16, READ_32 and WRITE_32 commands */ in scsi_cdl_check()
679 scsi_cdl_check_cmd(sdev, VARIABLE_LENGTH_CMD, WRITE_32, buf); in scsi_cdl_check()
H A Dsd.c1206 cmd->cmnd[9] = write ? WRITE_32 : READ_32; in sd_setup_rw32_cmnd()
/linux/include/scsi/
H A Dscsi_proto.h169 #define WRITE_32 0x0b macro
/linux/include/trace/events/
H A Dtarget.h106 scsi_opcode_name(WRITE_32), \
H A Dscsi.h102 scsi_opcode_name(WRITE_32), \
/linux/drivers/target/
H A Dtarget_core_device.c1193 case WRITE_32: in passthrough_parse_cdb()