Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_net.c977 uint32_t cpy_len, cpy_threshold; in async_mbuf_to_desc() local
994 cpy_threshold = vq->async_threshold; in async_mbuf_to_desc()
1076 while (unlikely(cpy_len && cpy_len >= cpy_threshold)) { in async_mbuf_to_desc()
1081 if (unlikely(!hpa || mapped_len < cpy_threshold)) in async_mbuf_to_desc()