Home
last modified time | relevance | path

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

/openbmc/qemu/include/scsi/
H A Dconstants.h133 #define EXCHANGE_MEDIUM 0xa6 macro
/openbmc/linux/include/scsi/
H A Dscsi_proto.h92 #define EXCHANGE_MEDIUM 0xa6 macro
/openbmc/linux/include/trace/events/
H A Dtarget.h86 scsi_opcode_name(EXCHANGE_MEDIUM), \
H A Dscsi.h84 scsi_opcode_name(EXCHANGE_MEDIUM), \
/openbmc/qemu/scsi/
H A Dutils.c549 [ EXCHANGE_MEDIUM ] = "EXCHANGE MEDIUM", in scsi_command_name()
/openbmc/linux/drivers/scsi/
H A Dch.c473 cmd[0] = EXCHANGE_MEDIUM; in ch_exchange()
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c1221 case EXCHANGE_MEDIUM: in scsi_req_medium_changer_xfer()