Home
last modified time | relevance | path

Searched refs:VIRTIO_F_IN_ORDER (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.h36 1ULL << VIRTIO_F_IN_ORDER | \
H A Dvirtio_pci.h131 #define VIRTIO_F_IN_ORDER 35 macro
H A Dvirtio_rxtx.c694 bool in_order = vtpci_with_feature(hw, VIRTIO_F_IN_ORDER); in virtio_dev_rx_queue_setup_finish()
839 if (vtpci_with_feature(hw, VIRTIO_F_IN_ORDER)) in virtio_dev_tx_queue_setup_finish()
1744 bool in_order = vtpci_with_feature(hw, VIRTIO_F_IN_ORDER); in virtio_xmit_pkts_packed()
H A Dvirtio_ethdev.c2315 !vtpci_with_feature(hw, VIRTIO_F_IN_ORDER) || in virtio_dev_configure()
2342 if (vtpci_with_feature(hw, VIRTIO_F_IN_ORDER)) { in virtio_dev_configure()
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.h299 #ifndef VIRTIO_F_IN_ORDER
300 #define VIRTIO_F_IN_ORDER 35 macro
327 (1ULL << VIRTIO_F_IN_ORDER) | \
H A Dvirtio_net.c38 return dev->features & (1ULL << VIRTIO_F_IN_ORDER); in virtio_net_is_inorder()
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c437 1ULL << VIRTIO_F_IN_ORDER | \
540 dev->unsupported_features |= (1ull << VIRTIO_F_IN_ORDER); in virtio_user_dev_init()
/f-stack/dpdk/doc/guides/nics/
H A Dvirtio.rst447 devices can offer the VIRTIO_F_IN_ORDER feature. With this feature negotiated,