Home
last modified time | relevance | path

Searched refs:IFF_MULTI_QUEUE (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/net/
H A Dtap-linux.h43 #define IFF_MULTI_QUEUE 0x0100 macro
H A Dtap-linux.c89 if (!(features & IFF_MULTI_QUEUE)) { in tap_open()
95 ifr.ifr_flags |= IFF_MULTI_QUEUE; in tap_open()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_tun.h75 #define IFF_MULTI_QUEUE 0x0100 macro
/openbmc/linux/include/uapi/linux/
H A Dif_tun.h77 #define IFF_MULTI_QUEUE 0x0100 macro
/openbmc/linux/Documentation/networking/
H A Dtuntap.rst136 IFF_MULTI_QUEUE flag.
161 * IFF_MULTI_QUEUE - Create a queue of multiqueue device
163 ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_MULTI_QUEUE;
/openbmc/linux/tools/testing/selftests/net/
H A Dtun.c55 ifr.ifr_flags = IFF_TAP | IFF_NAPI | IFF_MULTI_QUEUE; in tun_alloc()
H A Dtap.c215 ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR | IFF_MULTI_QUEUE; in opentap()
/openbmc/linux/drivers/net/
H A Dtun.c100 IFF_MULTI_QUEUE | IFF_NAPI | IFF_NAPI_FRAGS)
771 if (!(tun->flags & IFF_MULTI_QUEUE) && tun->numqueues == 1) in tun_attach()
2394 !!(tun->flags & IFF_MULTI_QUEUE))) in tun_fill_info()
2396 if (tun->flags & IFF_MULTI_QUEUE) { in tun_fill_info()
2777 if (!!(ifr->ifr_flags & IFF_MULTI_QUEUE) != in tun_set_iff()
2778 !!(tun->flags & IFF_MULTI_QUEUE)) in tun_set_iff()
2793 if (tun->flags & IFF_MULTI_QUEUE && in tun_set_iff()
2809 int queues = ifr->ifr_flags & IFF_MULTI_QUEUE ? in tun_set_iff()
3007 if (!tun || !(tun->flags & IFF_MULTI_QUEUE) || tfile->detached) in tun_set_queue()
H A Dtap.c29 #define TAP_IFFEATURES (IFF_VNET_HDR | IFF_MULTI_QUEUE)