Lines Matching refs:mt76_txwi_cache
45 static struct mt76_txwi_cache *
48 struct mt76_txwi_cache *t; in mt76_alloc_txwi()
60 t = (struct mt76_txwi_cache *)(txwi + dev->drv->txwi_size); in mt76_alloc_txwi()
66 static struct mt76_txwi_cache *
69 struct mt76_txwi_cache *t; in mt76_alloc_rxwi()
79 static struct mt76_txwi_cache *
82 struct mt76_txwi_cache *t = NULL; in __mt76_get_txwi()
86 t = list_first_entry(&dev->txwi_cache, struct mt76_txwi_cache, in __mt76_get_txwi()
95 static struct mt76_txwi_cache *
98 struct mt76_txwi_cache *t = NULL; in __mt76_get_rxwi()
102 t = list_first_entry(&dev->rxwi_cache, struct mt76_txwi_cache, in __mt76_get_rxwi()
111 static struct mt76_txwi_cache *
114 struct mt76_txwi_cache *t = __mt76_get_txwi(dev); in mt76_get_txwi()
122 struct mt76_txwi_cache *
125 struct mt76_txwi_cache *t = __mt76_get_rxwi(dev); in mt76_get_rxwi()
135 mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_put_txwi()
147 mt76_put_rxwi(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_put_rxwi()
161 struct mt76_txwi_cache *t; in mt76_free_pending_txwi()
175 struct mt76_txwi_cache *t; in mt76_free_pending_rxwi()
219 struct mt76_txwi_cache *txwi = NULL; in mt76_dma_add_rx_buf()
411 struct mt76_txwi_cache *t = mt76_rx_token_release(dev, token); in mt76_dma_get_buf()
512 struct mt76_txwi_cache *t; in mt76_dma_tx_queue_skb()