Home
last modified time | relevance | path

Searched refs:INITIALIZE_ELEMENT_STATUS (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/scsi/
H A Dconstants.h35 #define INITIALIZE_ELEMENT_STATUS 0x07 macro
/openbmc/linux/include/scsi/
H A Dscsi_proto.h25 #define INITIALIZE_ELEMENT_STATUS 0x07 macro
/openbmc/linux/include/trace/events/
H A Dtarget.h24 scsi_opcode_name(INITIALIZE_ELEMENT_STATUS), \
H A Dscsi.h22 scsi_opcode_name(INITIALIZE_ELEMENT_STATUS), \
/openbmc/linux/drivers/scsi/
H A Dch.c195 timeout = (cmd[0] == INITIALIZE_ELEMENT_STATUS) in ch_do_scsi()
286 cmd[0] = INITIALIZE_ELEMENT_STATUS; in ch_init_elem()
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c1293 case INITIALIZE_ELEMENT_STATUS: in scsi_req_medium_changer_xfer()