Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio.h197 uint8_t has_tx_offload; member
H A Dvirtio_rxtx_packed_avx.h101 if (!vq->hw->has_tx_offload) { in virtqueue_enqueue_batch_packed_vec()
H A Dvirtio_rxtx_packed_neon.h125 if (!vq->hw->has_tx_offload) { in virtqueue_enqueue_batch_packed_vec()
H A Dvirtqueue.h747 if (!vq->hw->has_tx_offload) in virtqueue_enqueue_xmit_packed()
787 if (vq->hw->has_tx_offload) in virtqueue_enqueue_xmit_packed()
H A Dvirtio_rxtx.c468 if (!vq->hw->has_tx_offload) in virtqueue_enqueue_xmit_inorder()
515 if (!vq->hw->has_tx_offload) in virtqueue_enqueue_xmit_packed_fast()
573 if (!vq->hw->has_tx_offload) in virtqueue_enqueue_xmit()
604 if (vq->hw->has_tx_offload) in virtqueue_enqueue_xmit()
H A Dvirtio_ethdev.c2657 hw->has_tx_offload = tx_offload_enabled(hw); in virtio_dev_configure()