Lines Matching refs:mt76_txwi_cache
194 struct mt76_txwi_cache *txwi;
412 struct mt76_txwi_cache { struct
1324 mt76_get_txwi_ptr(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_get_txwi_ptr()
1600 void mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t);
1601 void mt76_put_rxwi(struct mt76_dev *dev, struct mt76_txwi_cache *t);
1602 struct mt76_txwi_cache *mt76_get_rxwi(struct mt76_dev *dev);
1801 struct mt76_txwi_cache *
1803 int mt76_token_consume(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi);
1805 struct mt76_txwi_cache *mt76_rx_token_release(struct mt76_dev *dev, int token);
1807 struct mt76_txwi_cache *r, dma_addr_t phys);
1837 mt76_token_get(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi) in mt76_token_get()
1848 static inline struct mt76_txwi_cache *
1851 struct mt76_txwi_cache *txwi; in mt76_token_put()