Lines Matching refs:mt76_txwi_cache
162 struct mt76_txwi_cache *txwi;
353 struct mt76_txwi_cache { struct
1149 mt76_get_txwi_ptr(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_get_txwi_ptr()
1392 void mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t);
1393 void mt76_put_rxwi(struct mt76_dev *dev, struct mt76_txwi_cache *t);
1394 struct mt76_txwi_cache *mt76_get_rxwi(struct mt76_dev *dev);
1543 struct mt76_txwi_cache *
1545 int mt76_token_consume(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi);
1547 struct mt76_txwi_cache *mt76_rx_token_release(struct mt76_dev *dev, int token);
1549 struct mt76_txwi_cache *r, dma_addr_t phys);
1578 mt76_token_get(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi) in mt76_token_get()
1589 static inline struct mt76_txwi_cache *
1592 struct mt76_txwi_cache *txwi; in mt76_token_put()