table of contents
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¶
dev
network device
DESCRIPTION¶
Check if device has multiple transmit queues
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |