Searched refs:overflow_q (Results 1 – 3 of 3) sorted by relevance
581 __skb_queue_tail(&txq->overflow_q, skb); in iwl_trans_pcie_gen2_tx()1056 while (!skb_queue_empty(&txq->overflow_q)) { in iwl_pcie_gen2_txq_unmap()1057 struct sk_buff *skb = __skb_dequeue(&txq->overflow_q); in iwl_pcie_gen2_txq_unmap()
584 __skb_queue_head_init(&txq->overflow_q); in iwl_pcie_txq_init()663 while (!skb_queue_empty(&txq->overflow_q)) { in iwl_pcie_txq_unmap()664 struct sk_buff *skb = __skb_dequeue(&txq->overflow_q); in iwl_pcie_txq_unmap()1142 skb_queue_splice_init(&txq->overflow_q, &overflow_skbs); in iwl_trans_pcie_reclaim()2343 __skb_queue_tail(&txq->overflow_q, skb); in iwl_trans_pcie_tx()
420 struct sk_buff_head overflow_q; member