Home
last modified time | relevance | path

Searched refs:SYNCHRONIZE_CACHE_16 (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/scsi/
H A Dconstants.h122 #define SYNCHRONIZE_CACHE_16 0x91 macro
/openbmc/linux/include/scsi/
H A Dscsi_proto.h118 #define SYNCHRONIZE_CACHE_16 0x91 macro
/openbmc/qemu/scsi/
H A Dutils.c539 [ SYNCHRONIZE_CACHE_16 ] = "SPACE_16/SYNCHRONIZE_CACHE_16", in scsi_command_name()
/openbmc/linux/drivers/target/
H A Dtarget_core_spc.c1534 .opcode = SYNCHRONIZE_CACHE_16,
1536 .usage_bits = {SYNCHRONIZE_CACHE_16, 0x02, 0xff, 0xff,
H A Dtarget_core_sbc.c954 case SYNCHRONIZE_CACHE_16: in sbc_parse_cdb()
/openbmc/linux/drivers/ata/
H A Dlibata-scsi.c3378 case SYNCHRONIZE_CACHE_16: in ata_scsiop_maint_in()
4146 case SYNCHRONIZE_CACHE_16: in ata_get_xlat_func()
4380 case SYNCHRONIZE_CACHE_16: in ata_scsi_simulate()
/openbmc/linux/drivers/scsi/
H A Dsd.c1069 cmd->cmnd[0] = SYNCHRONIZE_CACHE_16; in sd_setup_flush_cmnd()
1664 cmd[0] = SYNCHRONIZE_CACHE_16; in sd_sync_cache()
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c1103 case SYNCHRONIZE_CACHE_16: in scsi_req_xfer()