Home
last modified time | relevance | path

Searched refs:mt76_txwi_cache (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/drivers/net/wireless/mediatek/mt76/
Ddma.c10 static struct mt76_txwi_cache *
13 struct mt76_txwi_cache *t; in mt76_alloc_txwi()
25 t = (struct mt76_txwi_cache *)(txwi + dev->drv->txwi_size); in mt76_alloc_txwi()
31 static struct mt76_txwi_cache *
34 struct mt76_txwi_cache *t = NULL; in __mt76_get_txwi()
38 t = list_first_entry(&dev->txwi_cache, struct mt76_txwi_cache, in __mt76_get_txwi()
47 static struct mt76_txwi_cache *
50 struct mt76_txwi_cache *t = __mt76_get_txwi(dev); in mt76_get_txwi()
59 mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_put_txwi()
73 struct mt76_txwi_cache *t; in mt76_free_pending_txwi()
[all …]
Dmt76.h125 struct mt76_txwi_cache *txwi;
273 struct mt76_txwi_cache { struct
929 mt76_get_txwi_ptr(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_get_txwi_ptr()
1163 void mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t);
1259 struct mt76_txwi_cache *
1261 int mt76_token_consume(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi);
1272 mt76_token_get(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi) in mt76_token_get()
1284 static inline struct mt76_txwi_cache *
1287 struct mt76_txwi_cache *txwi; in mt76_token_put()
Dtx.c688 int mt76_token_consume(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi) in mt76_token_consume()
708 struct mt76_txwi_cache *
711 struct mt76_txwi_cache *txwi; in mt76_token_release()
Dmt76x02_mmio.c169 struct mt76_txwi_cache __maybe_unused *t; in mt76x02_dma_init()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7615/
Dpci_mac.c26 struct mt76_txwi_cache *t; in mt7615_tx_complete_skb()
138 struct mt76_txwi_cache *t; in mt7615_tx_prepare_skb()
160 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7615_tx_prepare_skb()
Dmac.h387 mt7615_txwi_to_txp(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt7615_txwi_to_txp()
Dmt7615.h530 struct mt76_txwi_cache *txwi);
Dmac.c811 struct mt76_txwi_cache *t) in mt7615_txp_skb_unmap()
1500 struct mt76_txwi_cache *txwi; in mt7615_mac_tx_free_token()
2025 struct mt76_txwi_cache *txwi; in mt7615_tx_token_put()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/
Dmac.c1007 struct mt76_txwi_cache *t; in mt7915_tx_prepare_skb()
1046 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7915_tx_prepare_skb()
1094 mt7915_txp_skb_unmap(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt7915_txp_skb_unmap()
1106 mt7915_txwi_free(struct mt7915_dev *dev, struct mt76_txwi_cache *t, in mt7915_txwi_free()
1142 struct mt76_txwi_cache *txwi; in mt7915_mac_tx_free()
1347 struct mt76_txwi_cache *t; in mt7915_tx_complete_skb()
1608 struct mt76_txwi_cache *txwi; in mt7915_tx_token_put()
Dmac.h398 mt7915_txwi_to_txp(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt7915_txwi_to_txp()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7921/
Dmac.c872 struct mt76_txwi_cache *t; in mt7921_tx_prepare_skb()
885 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7921_tx_prepare_skb()
966 struct mt76_txwi_cache *t) in mt7921_txp_skb_unmap()
1000 struct mt76_txwi_cache *txwi; in mt7921_mac_tx_free()
1105 struct mt76_txwi_cache *t; in mt7921_tx_complete_skb()
1248 struct mt76_txwi_cache *txwi; in mt7921_tx_token_put()
Dmac.h313 mt7921_txwi_to_txp(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt7921_txwi_to_txp()
Dmt7921.h361 struct mt76_txwi_cache *txwi);