Searched refs:tx_skb_head (Results 1 – 2 of 2) sorted by relevance
339 if (!skb_queue_empty(&dpmaif_ctrl->txq[i].tx_skb_head)) in t7xx_tx_lists_are_all_empty()382 skb = skb_peek(&txq->tx_skb_head); in t7xx_txq_burst_send_skb()402 skb_unlink(skb, &txq->tx_skb_head); in t7xx_txq_burst_send_skb()521 skb_queue_tail(&txq->tx_skb_head, skb); in t7xx_dpmaif_tx_send_skb()611 skb_queue_head_init(&txq->tx_skb_head); in t7xx_dpmaif_txq_init()638 skb_queue_purge(&txq->tx_skb_head); in t7xx_dpmaif_txq_free()
141 struct sk_buff_head tx_skb_head; member