Searched refs:overflow_q (Results 1 – 4 of 4) sorted by relevance
741 __skb_queue_tail(&txq->overflow_q, skb); in iwl_txq_gen2_tx()823 while (!skb_queue_empty(&txq->overflow_q)) { in iwl_txq_gen2_unmap()824 struct sk_buff *skb = __skb_dequeue(&txq->overflow_q); in iwl_txq_gen2_unmap()951 __skb_queue_head_init(&txq->overflow_q); in iwl_txq_init()1627 skb_queue_splice_init(&txq->overflow_q, &overflow_skbs); in iwl_txq_reclaim()
233 while (!skb_queue_empty(&txq->overflow_q)) { in iwl_pcie_txq_unmap()234 struct sk_buff *skb = __skb_dequeue(&txq->overflow_q); in iwl_pcie_txq_unmap()1483 __skb_queue_tail(&txq->overflow_q, skb); in iwl_trans_pcie_tx()
2366 !skb_queue_empty(&txq->overflow_q); in iwl_trans_pcie_wait_txq_empty()2392 !skb_queue_empty(&txq->overflow_q); in iwl_trans_pcie_wait_txq_empty()
912 struct sk_buff_head overflow_q; member
Completed in 20 milliseconds