Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.h34 1ULL << VIRTIO_F_IN_ORDER | \
H A Dvirtio.h63 #define VIRTIO_F_IN_ORDER 35 macro
H A Dvirtio_rxtx.c725 bool in_order = virtio_with_feature(hw, VIRTIO_F_IN_ORDER); in virtio_dev_rx_queue_setup_finish()
868 if (virtio_with_feature(hw, VIRTIO_F_IN_ORDER)) in virtio_dev_tx_queue_setup_finish()
1773 bool in_order = virtio_with_feature(hw, VIRTIO_F_IN_ORDER); in virtio_xmit_pkts_packed()
H A Dvirtio_ethdev.c2672 !virtio_with_feature(hw, VIRTIO_F_IN_ORDER) || in virtio_dev_configure()
2683 !virtio_with_feature(hw, VIRTIO_F_IN_ORDER) || in virtio_dev_configure()
2710 if (virtio_with_feature(hw, VIRTIO_F_IN_ORDER)) { in virtio_dev_configure()
2900 else if (virtio_with_feature(hw, VIRTIO_F_IN_ORDER)) in virtio_tx_completed_cleanup()
/dpdk/lib/vhost/
H A Dvhost.h392 #ifndef VIRTIO_F_IN_ORDER
393 #define VIRTIO_F_IN_ORDER 35 macro
420 (1ULL << VIRTIO_F_IN_ORDER) | \
H A Dvirtio_net.c41 return dev->features & (1ULL << VIRTIO_F_IN_ORDER); in virtio_net_is_inorder()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c558 1ULL << VIRTIO_F_IN_ORDER | \
622 dev->unsupported_features |= (1ull << VIRTIO_F_IN_ORDER); in virtio_user_dev_init()
/dpdk/doc/guides/nics/
H A Dvirtio.rst451 devices can offer the VIRTIO_F_IN_ORDER feature. With this feature negotiated,