Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c1069 int byte_block = (buf[2] >> 2) & 0x1;
1073 if (byte_block) { in ata_passthrough_xfer_unit()
1072 int byte_block = (buf[2] >> 2) & 0x1; ata_passthrough_xfer_unit() local