Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Drte_vhost_async.h108 uint32_t async_threshold:12; member
H A Dvhost.c1656 vq->async_threshold = f.async_threshold; in rte_vhost_async_channel_register()
H A Dvhost.h214 uint16_t async_threshold; member
H A Dvirtio_net.c994 cpy_threshold = vq->async_threshold; in async_mbuf_to_desc()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst223 * ``async_threshold``
/f-stack/dpdk/examples/vhost/
H A Dmain.c1351 f.async_threshold = 256; in new_device()