Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx_packed_avx.h106 __m128i v_hdr = _mm_loadu_si128((void *)hdr); in virtqueue_enqueue_batch_packed_vec() local
108 v_hdr, all_mask))) { in virtqueue_enqueue_batch_packed_vec()
H A Dvirtio_rxtx_packed_neon.h130 uint16x8_t v_hdr = vld1q_u16((void *)hdr); in virtqueue_enqueue_batch_packed_vec() local
131 vst1q_u16((void *)hdr, vandq_u16(v_hdr, net_hdr_msk)); in virtqueue_enqueue_batch_packed_vec()