Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c1022 int xfer_unit; in ata_passthrough_xfer_unit() local
1026 xfer_unit = dev->blocksize; in ata_passthrough_xfer_unit()
1028 xfer_unit = 512; in ata_passthrough_xfer_unit()
1031 xfer_unit = 1; in ata_passthrough_xfer_unit()
1034 return xfer_unit; in ata_passthrough_xfer_unit()