Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Ddma-helpers.c283 dma_addr_t xresidual; in dma_buf_rw() local
287 xresidual = sg->size; in dma_buf_rw()
289 len = MIN(len, xresidual); in dma_buf_rw()
296 xresidual -= xfer; in dma_buf_rw()
300 *residual = xresidual; in dma_buf_rw()