Home
last modified time | relevance | path

Searched defs:xfer_bytes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/scsi/
H A Ddevice.rs921 let xfer_bytes = xfer_blocks as u32 * block_size; in setup_desciptor_chain() localVariable
949 let xfer_bytes = xfer_blocks as u32 * block_size; in read_blocks() localVariable
1006 let xfer_bytes = xfer_blocks as usize * block_size as usize; in test_read_blocks() localVariable
/aosp_15_r20/external/sg3_utils/testing/
H A Dsg_tst_async.cpp459 uint8_t * lbp, int xfer_bytes, int flags, bool submit, in start_sg3_cmd()
645 uint8_t * lbp, int xfer_bytes, int flags, bool submit, in start_sg4_cmd()
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_write_x.c193 ssize_t xfer_bytes; /* derived value: bs_pi_do * numblocks */ member