Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/mediatek/mt76/
Dtx.c8 static struct mt76_txwi_cache *
11 struct mt76_txwi_cache *t; in mt76_alloc_txwi()
23 t = (struct mt76_txwi_cache *)(txwi + dev->drv->txwi_size); in mt76_alloc_txwi()
29 static struct mt76_txwi_cache *
32 struct mt76_txwi_cache *t = NULL; in __mt76_get_txwi()
36 t = list_first_entry(&dev->txwi_cache, struct mt76_txwi_cache, in __mt76_get_txwi()
45 struct mt76_txwi_cache *
48 struct mt76_txwi_cache *t = __mt76_get_txwi(dev); in mt76_get_txwi()
57 mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_put_txwi()
70 struct mt76_txwi_cache *t; in mt76_tx_free()
Dmt76.h92 struct mt76_txwi_cache *txwi;
227 struct mt76_txwi_cache { struct
636 mt76_get_txwi_ptr(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_get_txwi_ptr()
774 struct mt76_txwi_cache *mt76_get_txwi(struct mt76_dev *dev);
775 void mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t);
Dmt76x02_mmio.c181 struct mt76_txwi_cache __maybe_unused *t; in mt76x02_dma_init()
Ddma.c291 struct mt76_txwi_cache *t; in mt76_dma_tx_queue_skb()
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.c232 struct mt76_txwi_cache *t; in mt7615_tx_complete_skb()
447 struct mt76_txwi_cache *t) in mt7615_txp_skb_unmap()
775 struct mt76_txwi_cache *t; in mt7615_tx_prepare_skb()
819 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7615_tx_prepare_skb()
1046 struct mt76_txwi_cache *txwi; in mt7615_mac_tx_free()
Dmt7615.h272 struct mt76_txwi_cache *txwi);
Dmac.h321 mt7615_txwi_to_txp(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt7615_txwi_to_txp()
Dinit.c306 struct mt76_txwi_cache *txwi; in mt7615_unregister_device()