1NETIF_START_SUBQUEUE(9) Network device support NETIF_START_SUBQUEUE(9)
23
4
NAME
6netif_start_subqueue - allow sending packets on subqueue
7
SYNOPSIS
9void netif_start_subqueue(struct net_device * dev, u16 queue_index);
10
ARGUMENTS
12dev
13network device
1415
queue_index
16sub queue index
17
DESCRIPTION
19Start individual transmit queue of a device with multiple transmit
20queues.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 NETIF_START_SUBQUEUE(9)