Home
last modified time | relevance | path

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

/openbmc/linux/tools/virtio/ringtest/
H A Dmain.c21 int max_outstanding = INT_MAX; variable
124 started - completed < max_outstanding) { in run_guest()
336 max_outstanding = c; in main()
372 if (batch > max_outstanding) in main()
373 batch = max_outstanding; in main()
/openbmc/linux/drivers/dma/
H A Dxgene-dma.c279 int max_outstanding; member
665 if (chan->pending >= chan->max_outstanding) in xgene_chan_xfer_ld_pending()
1252 chan->max_outstanding = tx_ring->slots; in xgene_dma_create_chan_rings()