Home
last modified time | relevance | path

Searched refs:bytchk (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/scsi/
H A Dtrace-events339 scsi_disk_emulate_command_VERIFY(int bytchk) "Verify (bytchk %d)"
/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c4388 u8 bytchk; in resp_verify() local
4397 bytchk = (cmd[1] >> 1) & 0x3; in resp_verify()
4398 if (bytchk == 0) { in resp_verify()
4400 } else if (bytchk == 2) { in resp_verify()
4403 } else if (bytchk == 3) { in resp_verify()