Lines Matching refs:txwi
15 u8 *txwi;
19 txwi = devm_kzalloc(dev->dev, size, GFP_ATOMIC);
20 if (!txwi)
23 addr = dma_map_single(dev->dev, txwi, dev->drv->txwi_size,
25 t = (struct mt76_txwi_cache *)(txwi + dev->drv->txwi_size);
122 struct sk_buff *skb, void *txwi)
129 if (txwi) {
130 q->entry[q->head].txwi = DMA_DUMMY_DATA;
173 q->entry[idx].txwi = txwi;
193 if (e->txwi == DMA_DUMMY_DATA)
194 e->txwi = NULL;
239 if (entry.txwi) {
241 mt76_put_txwi(dev, entry.txwi);
361 u8 *txwi;
369 txwi = mt76_get_txwi_ptr(dev, t);
406 ret = dev->drv->tx_prepare_skb(dev, txwi, qid, wcid, sta, &tx_info);