Lines Matching refs:mt76_txwi_cache
41 static struct mt76_txwi_cache *
44 struct mt76_txwi_cache *t; in mt76_alloc_txwi()
61 t = (struct mt76_txwi_cache *)(txwi + dev->drv->txwi_size); in mt76_alloc_txwi()
67 static struct mt76_txwi_cache *
70 struct mt76_txwi_cache *t; in mt76_alloc_rxwi()
80 static struct mt76_txwi_cache *
83 struct mt76_txwi_cache *t = NULL; in __mt76_get_txwi()
87 t = list_first_entry(&dev->txwi_cache, struct mt76_txwi_cache, in __mt76_get_txwi()
96 static struct mt76_txwi_cache *
99 struct mt76_txwi_cache *t = NULL; in __mt76_get_rxwi()
103 t = list_first_entry(&dev->rxwi_cache, struct mt76_txwi_cache, in __mt76_get_rxwi()
112 static struct mt76_txwi_cache *
115 struct mt76_txwi_cache *t = __mt76_get_txwi(dev); in mt76_get_txwi()
123 struct mt76_txwi_cache *
126 struct mt76_txwi_cache *t = __mt76_get_rxwi(dev); in mt76_get_rxwi()
136 mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_put_txwi()
148 mt76_put_rxwi(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_put_rxwi()
162 struct mt76_txwi_cache *t; in mt76_free_pending_txwi()
176 struct mt76_txwi_cache *t; in mt76_free_pending_rxwi()
231 struct mt76_txwi_cache *txwi = NULL; in mt76_dma_add_rx_buf()
448 struct mt76_txwi_cache *t = mt76_rx_token_release(dev, token); in mt76_dma_get_buf()
548 struct mt76_txwi_cache *t; in mt76_dma_tx_queue_skb()