Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx_packed_avx.h30 if (vq->vq_avail_idx & PACKED_BATCH_MASK) in virtqueue_enqueue_batch_packed_vec()
154 if (id & PACKED_BATCH_MASK) in virtqueue_dequeue_batch_packed_vec()
H A Dvirtio_rxtx_packed_neon.h31 if (idx & PACKED_BATCH_MASK) in virtqueue_enqueue_batch_packed_vec()
173 if (id & PACKED_BATCH_MASK) in virtqueue_dequeue_batch_packed_vec()
H A Dvirtio_rxtx_packed.h68 #define PACKED_BATCH_MASK (PACKED_BATCH_SIZE - 1) macro
/dpdk/lib/vhost/
H A Dvhost.h66 #define PACKED_BATCH_MASK (PACKED_BATCH_SIZE - 1) macro
H A Dvirtio_net.c511 PACKED_BATCH_MASK; in vhost_shadow_enqueue_packed()
1313 if (unlikely(avail_idx & PACKED_BATCH_MASK)) in virtio_dev_rx_sync_batch_check()
2805 if (unlikely(avail_idx & PACKED_BATCH_MASK)) in vhost_reserve_avail_batch_packed()