Lines Matching refs:mt76_txwi_cache
45 static struct mt76_txwi_cache *
48 struct mt76_txwi_cache *t; in mt76_alloc_txwi()
65 t = (struct mt76_txwi_cache *)(txwi + dev->drv->txwi_size); in mt76_alloc_txwi()
71 static struct mt76_txwi_cache *
74 struct mt76_txwi_cache *t; in mt76_alloc_rxwi()
84 static struct mt76_txwi_cache *
87 struct mt76_txwi_cache *t = NULL; in __mt76_get_txwi()
91 t = list_first_entry(&dev->txwi_cache, struct mt76_txwi_cache, in __mt76_get_txwi()
100 static struct mt76_txwi_cache *
103 struct mt76_txwi_cache *t = NULL; in __mt76_get_rxwi()
107 t = list_first_entry(&dev->rxwi_cache, struct mt76_txwi_cache, in __mt76_get_rxwi()
116 static struct mt76_txwi_cache *
119 struct mt76_txwi_cache *t = __mt76_get_txwi(dev); in mt76_get_txwi()
127 struct mt76_txwi_cache *
130 struct mt76_txwi_cache *t = __mt76_get_rxwi(dev); in mt76_get_rxwi()
140 mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_put_txwi()
152 mt76_put_rxwi(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_put_rxwi()
166 struct mt76_txwi_cache *t; in mt76_free_pending_txwi()
180 struct mt76_txwi_cache *t; in mt76_free_pending_rxwi()
235 struct mt76_txwi_cache *txwi = NULL; in mt76_dma_add_rx_buf()
452 struct mt76_txwi_cache *t = mt76_rx_token_release(dev, token); in mt76_dma_get_buf()
552 struct mt76_txwi_cache *t; in mt76_dma_tx_queue_skb()