Home
last modified time | relevance | path

Searched refs:overflow_q (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx-gen2.c600 __skb_queue_tail(&txq->overflow_q, skb); in iwl_trans_pcie_gen2_tx()
1048 while (!skb_queue_empty(&txq->overflow_q)) { in iwl_pcie_gen2_txq_unmap()
1049 struct sk_buff *skb = __skb_dequeue(&txq->overflow_q); in iwl_pcie_gen2_txq_unmap()
Dtx.c618 __skb_queue_head_init(&txq->overflow_q); in iwl_pcie_txq_init()
686 while (!skb_queue_empty(&txq->overflow_q)) { in iwl_pcie_txq_unmap()
687 struct sk_buff *skb = __skb_dequeue(&txq->overflow_q); in iwl_pcie_txq_unmap()
1177 skb_queue_splice_init(&txq->overflow_q, &overflow_skbs); in iwl_trans_pcie_reclaim()
2357 __skb_queue_tail(&txq->overflow_q, skb); in iwl_trans_pcie_tx()
Dinternal.h375 struct sk_buff_head overflow_q; member
Dtrans.c2332 !skb_queue_empty(&txq->overflow_q); in iwl_trans_pcie_wait_txq_empty()
2358 !skb_queue_empty(&txq->overflow_q); in iwl_trans_pcie_wait_txq_empty()