Lines Matching refs:mt76_txwi_cache
192 struct mt76_txwi_cache *txwi;
409 struct mt76_txwi_cache { struct
1302 mt76_get_txwi_ptr(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_get_txwi_ptr()
1575 void mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t);
1576 void mt76_put_rxwi(struct mt76_dev *dev, struct mt76_txwi_cache *t);
1577 struct mt76_txwi_cache *mt76_get_rxwi(struct mt76_dev *dev);
1784 struct mt76_txwi_cache *
1786 int mt76_token_consume(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi);
1788 struct mt76_txwi_cache *mt76_rx_token_release(struct mt76_dev *dev, int token);
1790 struct mt76_txwi_cache *r, dma_addr_t phys);
1823 mt76_token_get(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi) in mt76_token_get()
1834 static inline struct mt76_txwi_cache *
1837 struct mt76_txwi_cache *txwi; in mt76_token_put()