Home
last modified time | relevance | path

Searched refs:subqueue (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/Documentation/networking/
Dmultiqueue.txt18 the subqueue memory, as well as netdev configuration of where the queues
/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp_core.c966 u16 subqueue = skb_get_queue_mapping(skb); in netcp_process_tx_compl_packets() local
968 netif_wake_subqueue(netcp->ndev, subqueue); in netcp_process_tx_compl_packets()
1183 int subqueue = skb_get_queue_mapping(skb); in netcp_ndo_start_xmit() local
1206 netif_stop_subqueue(ndev, subqueue); in netcp_ndo_start_xmit()
1221 netif_stop_subqueue(ndev, subqueue); in netcp_ndo_start_xmit()