Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db309 API-netif-wake-subqueue
415 API-netif-start-subqueue
416 API-netif-stop-subqueue
417 API---netif-subqueue-stopped
/linux-4.4.14/Documentation/networking/
Dmultiqueue.txt18 the subqueue memory, as well as netdev configuration of where the queues
/linux-4.4.14/drivers/net/ethernet/ti/
Dnetcp_core.c985 u16 subqueue = skb_get_queue_mapping(skb); in netcp_process_tx_compl_packets() local
987 netif_wake_subqueue(netcp->ndev, subqueue); in netcp_process_tx_compl_packets()
1202 int subqueue = skb_get_queue_mapping(skb); in netcp_ndo_start_xmit() local
1225 netif_stop_subqueue(ndev, subqueue); in netcp_ndo_start_xmit()
1240 netif_stop_subqueue(ndev, subqueue); in netcp_ndo_start_xmit()