Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio.h198 uint8_t has_rx_offload; member
H A Dvirtio_rxtx_packed_avx.h217 if (hw->has_rx_offload) { in virtqueue_dequeue_batch_packed_vec()
H A Dvirtio_rxtx_packed_neon.h271 if (hw->has_rx_offload) { in virtqueue_dequeue_batch_packed_vec()
H A Dvirtio_rxtx.c1042 if (hw->has_rx_offload && virtio_rx_offload(rxm, hdr) < 0) { in virtio_recv_pkts()
1145 if (hw->has_rx_offload && virtio_rx_offload(rxm, hdr) < 0) { in virtio_recv_pkts_packed()
1267 if (vq->hw->has_rx_offload && in virtio_recv_pkts_inorder()
1446 if (hw->has_rx_offload && in virtio_recv_mergeable_pkts()
1618 if (hw->has_rx_offload && in virtio_recv_mergeable_pkts_packed()
H A Dvirtio_rxtx_packed.h244 if (hw->has_rx_offload) in virtqueue_dequeue_single_packed_vec()
H A Dvirtio_ethdev.c2658 hw->has_rx_offload = rx_offload_enabled(hw); in virtio_dev_configure()