Lines Matching refs:txwi
50 struct sk_buff *skb, void *txwi) in mt76_dma_add_buf() argument
56 if (txwi) { in mt76_dma_add_buf()
57 q->entry[q->head].txwi = DMA_DUMMY_DATA; in mt76_dma_add_buf()
88 q->entry[idx].txwi = txwi; in mt76_dma_add_buf()
118 if (e->txwi == DMA_DUMMY_DATA) in mt76_dma_tx_cleanup_idx()
119 e->txwi = NULL; in mt76_dma_tx_cleanup_idx()
168 if (entry.txwi) { in mt76_dma_tx_cleanup()
170 mt76_put_txwi(dev, entry.txwi); in mt76_dma_tx_cleanup()
294 u8 *txwi; in mt76_dma_tx_queue_skb() local
301 txwi = mt76_get_txwi_ptr(dev, t); in mt76_dma_tx_queue_skb()
333 ret = dev->drv->tx_prepare_skb(dev, txwi, qid, wcid, sta, &tx_info); in mt76_dma_tx_queue_skb()
354 e.txwi = t; in mt76_dma_tx_queue_skb()