Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_kernel_tap.c99 if (tap_features & IFF_ONE_QUEUE) in vhost_kernel_open_tap()
100 ifr.ifr_flags |= IFF_ONE_QUEUE; in vhost_kernel_open_tap()
H A Dvhost_kernel_tap.h26 #define IFF_ONE_QUEUE 0x2000 macro
/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c174 ifr.ifr_flags |= IFF_ONE_QUEUE; in tun_alloc()