Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.h258 uint8_t use_vec_tx; member
H A Dvirtio_ethdev.c1534 hw->use_vec_tx ? "vectorized" : "standard", in set_rxtx_funcs()
1536 if (hw->use_vec_tx) in set_rxtx_funcs()
1975 hw->use_vec_tx = 1; in eth_virtio_dev_init()
2313 if ((hw->use_vec_rx || hw->use_vec_tx) && in virtio_dev_configure()
2321 hw->use_vec_tx = 0; in virtio_dev_configure()
2325 hw->use_vec_tx = 0; in virtio_dev_configure()
H A Dvirtio_user_ethdev.c634 hw->use_vec_tx = 0; in virtio_user_eth_dev_alloc()
861 hw->use_vec_tx = 1; in virtio_user_pmd_probe()