/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | dma.c | 41 static struct mt76_txwi_cache * 44 struct mt76_txwi_cache *t; in mt76_alloc_txwi() 56 t = (struct mt76_txwi_cache *)(txwi + dev->drv->txwi_size); 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 * 78 struct mt76_txwi_cache *t = NULL; in __mt76_get_txwi() 82 t = list_first_entry(&dev->txwi_cache, struct mt76_txwi_cache, in __mt76_get_txwi() 91 static struct mt76_txwi_cache * 94 struct mt76_txwi_cache * in __mt76_get_rxwi() [all...] |
H A D | mt76_connac.h | 283 mt76_connac_txwi_to_txp(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_connac_txwi_to_txp() 393 struct mt76_txwi_cache *txwi); 423 void mt76_connac2_txwi_free(struct mt76_dev *dev, struct mt76_txwi_cache *t,
|
H A D | mt76.h | 162 struct mt76_txwi_cache *txwi; 353 struct mt76_txwi_cache { struct 1150 mt76_get_txwi_ptr(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_get_txwi_ptr() 1393 void mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t); 1394 void mt76_put_rxwi(struct mt76_dev *dev, struct mt76_txwi_cache *t); 1395 struct mt76_txwi_cache *mt76_get_rxwi(struct mt76_dev *dev); 1544 struct mt76_txwi_cache * 1546 int mt76_token_consume(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi); 1548 struct mt76_txwi_cache *mt76_rx_token_release(struct mt76_dev *dev, int token); 1550 struct mt76_txwi_cache * [all...] |
H A D | tx.c | 752 int mt76_token_consume(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi) in mt76_token_consume() 778 struct mt76_txwi_cache *t, dma_addr_t phys) in mt76_rx_token_consume() 795 struct mt76_txwi_cache * 798 struct mt76_txwi_cache *txwi; in mt76_token_release() 824 struct mt76_txwi_cache * 827 struct mt76_txwi_cache *t; in mt76_rx_token_release()
|
H A D | mt76_connac_mac.c | 246 struct mt76_txwi_cache *t) in mt76_connac_txp_skb_unmap() 1128 void mt76_connac2_txwi_free(struct mt76_dev *dev, struct mt76_txwi_cache *t, in mt76_connac2_txwi_free() 1171 struct mt76_txwi_cache *txwi; in mt76_connac2_tx_token_put()
|
H A D | mt76x02_mmio.c | 170 struct mt76_txwi_cache __maybe_unused *t; in mt76x02_dma_init()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | dma.c | 10 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 * in mt76_free_pending_txwi() [all...] |
H A D | mt76.h | 101 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);
|
H A D | mt76x02_mmio.c | 188 struct mt76_txwi_cache __maybe_unused *t; in mt76x02_dma_init()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | pci_mac.c | 26 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()
|
H A D | mac.h | 421 mt7615_txwi_to_txp(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt7615_txwi_to_txp()
|
H A D | mt7615.h | 632 struct mt76_txwi_cache *txwi);
|
H A D | mac.c | 731 struct mt76_txwi_cache *t) in mt7615_txp_skb_unmap() 1408 struct mt76_txwi_cache *txwi; in mt7615_mac_tx_free_token() 2097 struct mt76_txwi_cache *txwi; in mt7615_tx_token_put()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/ |
H 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()
|
H A D | mac.c | 491 struct mt76_txwi_cache *txwi; in mt7921_mac_tx_free()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/ |
H 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()
|
H A D | mac.c | 1543 mt7615_txwi_free(struct mt7615_dev *dev, struct mt76_txwi_cache *txwi) in mt7615_txwi_free() 1568 struct mt76_txwi_cache *txwi; in mt7615_mac_tx_free_token() 2121 struct mt76_txwi_cache *txwi; in mt7615_tx_token_put()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mac.c | 718 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()
|
H A D | mac.h | 317 mt7915_txwi_to_txp(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt7915_txwi_to_txp()
|
H A D | mt7915.h | 454 struct mt76_txwi_cache *txwi);
|
H A D | init.c | 700 struct mt76_txwi_cache *txwi; in mt7915_unregister_device()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mac.c | 942 struct mt76_txwi_cache *t; in mt7996_tx_prepare_skb() 962 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7996_tx_prepare_skb() 1034 mt7996_txwi_free(struct mt7996_dev *dev, struct mt76_txwi_cache *t, in mt7996_txwi_free() 1071 struct mt76_txwi_cache *txwi; in mt7996_mac_tx_free() 1580 struct mt76_txwi_cache *txwi; in mt7996_tx_token_put()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mac.c | 752 struct mt76_txwi_cache *t; in mt7915_tx_prepare_skb() 774 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7915_tx_prepare_skb() 885 struct mt76_txwi_cache *txwi; in mt7915_mac_tx_free() 990 struct mt76_txwi_cache *txwi; in mt7915_mac_tx_free_v0()
|
H A D | mmio.c | 577 struct mt76_txwi_cache *t; in mt7915_mmio_wed_release_rx_buf() 595 struct mt76_txwi_cache *t = NULL; in mt7915_mmio_wed_init_rx_buf()
|