Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.h101 struct mt76_txwi_cache *txwi;
236 struct mt76_txwi_cache { struct
798 mt76_get_txwi_ptr(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_get_txwi_ptr()
1007 void mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t);
Dmt76x02_mmio.c188 struct mt76_txwi_cache __maybe_unused *t; in mt76x02_dma_init()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
Dpci_mac.c26 struct mt76_txwi_cache *t; in mt7615_tx_complete_skb()
140 struct mt76_txwi_cache *t; in mt7615_tx_prepare_skb()
162 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7615_tx_prepare_skb()
Dmac.h421 mt7615_txwi_to_txp(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt7615_txwi_to_txp()
Dmt7615.h632 struct mt76_txwi_cache *txwi);
Dmac.c731 struct mt76_txwi_cache *t) in mt7615_txp_skb_unmap()
1405 struct mt76_txwi_cache *txwi; in mt7615_mac_tx_free_token()
2094 struct mt76_txwi_cache *txwi; in mt7615_tx_token_put()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
Dmac.c718 struct mt76_txwi_cache *t; in mt7915_tx_prepare_skb()
757 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7915_tx_prepare_skb()
853 struct mt76_txwi_cache *t) in mt7915_txp_skb_unmap()
868 struct mt76_txwi_cache *txwi; in mt7915_mac_tx_free()
965 struct mt76_txwi_cache *t; in mt7915_tx_complete_skb()
Dmac.h317 mt7915_txwi_to_txp(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt7915_txwi_to_txp()
Dmt7915.h454 struct mt76_txwi_cache *txwi);
Dinit.c701 struct mt76_txwi_cache *txwi; in mt7915_unregister_device()