Searched refs:tx_compl_q (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/ti/
H A Dnetcp_core.c963 dma = knav_queue_pop(netcp->tx_compl_q, &dma_sz); netcp_process_tx_compl_packets()
1007 knav_queue_enable_notify(netcp->tx_compl_q); netcp_tx_poll()
1017 knav_queue_disable_notify(netcp->tx_compl_q); netcp_tx_notify()
1487 if (!IS_ERR_OR_NULL(netcp->tx_compl_q)) { netcp_free_navigator_resources()
1488 knav_queue_close(netcp->tx_compl_q); netcp_free_navigator_resources()
1489 netcp->tx_compl_q = NULL; netcp_free_navigator_resources()
1529 netcp->tx_compl_q = knav_queue_open(name, netcp->tx_compl_qid, 0); netcp_setup_navigator_resources()
1530 if (IS_ERR_OR_NULL(netcp->tx_compl_q)) { netcp_setup_navigator_resources()
1531 ret = PTR_ERR(netcp->tx_compl_q); netcp_setup_navigator_resources()
1534 netcp->tx_compl_qid = knav_queue_get_id(netcp->tx_compl_q); netcp_setup_navigator_resources()
1539 ret = knav_queue_device_control(netcp->tx_compl_q, netcp_setup_navigator_resources()
1545 knav_queue_disable_notify(netcp->tx_compl_q); netcp_setup_navigator_resources()
1639 knav_queue_enable_notify(netcp->tx_compl_q);
1671 knav_queue_disable_notify(netcp->tx_compl_q); netcp_ndo_stop()
H A Dnetcp.h80 void *tx_compl_q; member in struct:netcp_intf
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c229 skb_queue_purge(&htt->tx_compl_q); ath10k_htt_rx_free()
569 skb_queue_head_init(&htt->tx_compl_q); ath10k_htt_rx_alloc()
2045 skb_queue_tail(&htt->tx_compl_q, skb); ath10k_htt_t2h_msg_handler()
2137 while ((skb = skb_dequeue(&htt->tx_compl_q))) { ath10k_htt_txrx_compl_task()
H A Dhtt.h1500 struct sk_buff_head tx_compl_q; member in struct:ath10k_htt

Completed in 130 milliseconds