table of contents
other versions
NETIF_IS_MULTIQUEUE(9) | Network device support | NETIF_IS_MULTIQUEUE(9) |
NAME¶
netif_is_multiqueue - test if device has multiple transmit queues
SYNOPSIS¶
bool netif_is_multiqueue(const struct net_device * dev);
ARGUMENTS¶
const struct net_device * dev
network device
DESCRIPTION¶
Check if device has multiple transmit queues
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |