Lines Matching refs:mt76_txwi_cache
161 struct mt76_txwi_cache *txwi;
349 struct mt76_txwi_cache { struct
1032 mt76_get_txwi_ptr(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_get_txwi_ptr()
1275 void mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t);
1276 void mt76_put_rxwi(struct mt76_dev *dev, struct mt76_txwi_cache *t);
1277 struct mt76_txwi_cache *mt76_get_rxwi(struct mt76_dev *dev);
1426 struct mt76_txwi_cache *
1428 int mt76_token_consume(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi);
1430 struct mt76_txwi_cache *mt76_rx_token_release(struct mt76_dev *dev, int token);
1432 struct mt76_txwi_cache *r, dma_addr_t phys);
1461 mt76_token_get(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi) in mt76_token_get()
1472 static inline struct mt76_txwi_cache *
1475 struct mt76_txwi_cache *txwi; in mt76_token_put()