Lines Matching refs:mt76_txwi_cache
10 static struct mt76_txwi_cache *
13 struct mt76_txwi_cache *t; in mt76_alloc_txwi()
25 t = (struct mt76_txwi_cache *)(txwi + dev->drv->txwi_size); in mt76_alloc_txwi()
31 static struct mt76_txwi_cache *
34 struct mt76_txwi_cache *t = NULL; in __mt76_get_txwi()
38 t = list_first_entry(&dev->txwi_cache, struct mt76_txwi_cache, in __mt76_get_txwi()
47 static struct mt76_txwi_cache *
50 struct mt76_txwi_cache *t = __mt76_get_txwi(dev); in mt76_get_txwi()
59 mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_put_txwi()
73 struct mt76_txwi_cache *t; in mt76_free_pending_txwi()
357 struct mt76_txwi_cache *t; in mt76_dma_tx_queue_skb()