Searched refs:mt76_txwi_cache (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/ |
A D | dma.c | 41 static struct mt76_txwi_cache * 44 struct mt76_txwi_cache *t; in mt76_alloc_txwi() 62 static struct mt76_txwi_cache * 65 struct mt76_txwi_cache *t; in mt76_alloc_rxwi() 75 static struct mt76_txwi_cache * 91 static struct mt76_txwi_cache * 107 static struct mt76_txwi_cache * 118 struct mt76_txwi_cache * 157 struct mt76_txwi_cache *t; in mt76_free_pending_txwi() 171 struct mt76_txwi_cache *t; in mt76_free_pending_rxwi() [all …]
|
A D | mt76.h | 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 * 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 * [all …]
|
A D | tx.c | 734 int mt76_token_consume(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi) in mt76_token_consume() 760 struct mt76_txwi_cache *t, dma_addr_t phys) in mt76_rx_token_consume() 777 struct mt76_txwi_cache * 780 struct mt76_txwi_cache *txwi; in mt76_token_release() 806 struct mt76_txwi_cache * 809 struct mt76_txwi_cache *t; in mt76_rx_token_release()
|
A D | mt76_connac.h | 259 mt76_connac_txwi_to_txp(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_connac_txwi_to_txp() 362 struct mt76_txwi_cache *txwi);
|
A D | mt76_connac_mac.c | 136 struct mt76_txwi_cache *t; in mt76_connac_tx_complete_skb() 242 struct mt76_txwi_cache *t) in mt76_connac_txp_skb_unmap()
|
A D | mt76x02_mmio.c | 170 struct mt76_txwi_cache __maybe_unused *t; in mt76x02_dma_init()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7921/ |
A D | pci_mac.c | 17 struct mt76_txwi_cache *t; in mt7921e_tx_prepare_skb() 27 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7921e_tx_prepare_skb() 58 struct mt76_txwi_cache *txwi; in mt7921_tx_token_put()
|
A D | mt7921.h | 511 void mt7921_txwi_free(struct mt7921_dev *dev, struct mt76_txwi_cache *t,
|
A D | mac.c | 573 void mt7921_txwi_free(struct mt7921_dev *dev, struct mt76_txwi_cache *t, in mt7921_txwi_free() 609 struct mt76_txwi_cache *txwi; in mt7921_mac_tx_free()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7615/ |
A D | pci_mac.c | 70 struct mt76_txwi_cache *t; in mt7615_tx_prepare_skb() 91 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7615_tx_prepare_skb()
|
A D | mac.c | 1569 mt7615_txwi_free(struct mt7615_dev *dev, struct mt76_txwi_cache *txwi) in mt7615_txwi_free() 1594 struct mt76_txwi_cache *txwi; in mt7615_mac_tx_free_token() 2147 struct mt76_txwi_cache *txwi; in mt7615_tx_token_put()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/ |
A D | mac.c | 755 struct mt76_txwi_cache *t; in mt7915_tx_prepare_skb() 777 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7915_tx_prepare_skb() 874 mt7915_txwi_free(struct mt7915_dev *dev, struct mt76_txwi_cache *t, in mt7915_txwi_free() 956 struct mt76_txwi_cache *txwi; in mt7915_mac_tx_free() 1042 struct mt76_txwi_cache *txwi; in mt7915_mac_tx_free_v0() 1366 struct mt76_txwi_cache *txwi; in mt7915_tx_token_put()
|
A D | mmio.c | 603 struct mt76_txwi_cache *t; in mt7915_mmio_wed_release_rx_buf() 621 struct mt76_txwi_cache *t = NULL; in mt7915_mmio_wed_init_rx_buf()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/ |
A D | mac.c | 1092 struct mt76_txwi_cache *t; in mt7996_tx_prepare_skb() 1112 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7996_tx_prepare_skb() 1191 mt7996_txwi_free(struct mt7996_dev *dev, struct mt76_txwi_cache *t, in mt7996_txwi_free() 1228 struct mt76_txwi_cache *txwi; in mt7996_mac_tx_free() 1805 struct mt76_txwi_cache *txwi; in mt7996_tx_token_put()
|
Completed in 36 milliseconds