Searched refs:mt76_txwi_cache (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | dma.c | 45 static struct mt76_txwi_cache * 48 struct mt76_txwi_cache *t; in mt76_alloc_txwi() 65 t = (struct mt76_txwi_cache *)(txwi + dev->drv->txwi_size); in mt76_alloc_txwi() 71 static struct mt76_txwi_cache * 74 struct mt76_txwi_cache *t; in mt76_alloc_rxwi() 84 static struct mt76_txwi_cache * 87 struct mt76_txwi_cache *t = NULL; in __mt76_get_txwi() 91 t = list_first_entry(&dev->txwi_cache, struct mt76_txwi_cache, in __mt76_get_txwi() 100 static struct mt76_txwi_cache * 103 struct mt76_txwi_cache *t = NULL; in __mt76_get_rxwi() [all …]
|
H A D | mt76.h | 192 struct mt76_txwi_cache *txwi; 409 struct mt76_txwi_cache { struct 1302 mt76_get_txwi_ptr(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_get_txwi_ptr() 1575 void mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t); 1576 void mt76_put_rxwi(struct mt76_dev *dev, struct mt76_txwi_cache *t); 1577 struct mt76_txwi_cache *mt76_get_rxwi(struct mt76_dev *dev); 1784 struct mt76_txwi_cache * 1786 int mt76_token_consume(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi); 1788 struct mt76_txwi_cache *mt76_rx_token_release(struct mt76_dev *dev, int token); 1790 struct mt76_txwi_cache *r, dma_addr_t phys); [all …]
|
H A D | mt76_connac.h | 305 mt76_connac_txwi_to_txp(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_connac_txwi_to_txp() 416 struct mt76_txwi_cache *txwi); 446 void mt76_connac2_txwi_free(struct mt76_dev *dev, struct mt76_txwi_cache *t,
|
H A D | tx.c | 843 int mt76_token_consume(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi) in mt76_token_consume() 869 struct mt76_txwi_cache *t, dma_addr_t phys) in mt76_rx_token_consume() 886 struct mt76_txwi_cache * 889 struct mt76_txwi_cache *txwi; in mt76_token_release() 915 struct mt76_txwi_cache * 918 struct mt76_txwi_cache *t; in mt76_rx_token_release()
|
H A D | wed.c | 15 struct mt76_txwi_cache *t; in mt76_wed_release_rx_buf() 38 struct mt76_txwi_cache *t = NULL; in mt76_wed_init_rx_buf()
|
H A D | mt76_connac_mac.c | 249 struct mt76_txwi_cache *t) in mt76_connac_txp_skb_unmap() 1157 void mt76_connac2_txwi_free(struct mt76_dev *dev, struct mt76_txwi_cache *t, in mt76_connac2_txwi_free() 1196 struct mt76_txwi_cache *txwi; in mt76_connac2_tx_token_put()
|
H A D | mt76x02_mmio.c | 177 struct mt76_txwi_cache __maybe_unused *t; in mt76x02_dma_init()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
H A D | pci_mac.c | 17 struct mt76_txwi_cache *t; in mt7925e_tx_prepare_skb() 27 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7925e_tx_prepare_skb() 58 struct mt76_txwi_cache *txwi; in mt7925_tx_token_put()
|
H A D | mt7925.h | 286 void mt7925_txwi_free(struct mt792x_dev *dev, struct mt76_txwi_cache *t,
|
H A D | mac.c | 1059 void mt7925_txwi_free(struct mt792x_dev *dev, struct mt76_txwi_cache *t, in mt7925_txwi_free() 1093 struct mt76_txwi_cache *txwi; in mt7925_mac_tx_free()
|
/freebsd/sys/contrib/dev/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 | 500 struct mt76_txwi_cache *txwi; in mt7921_mac_tx_free()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | pci_mac.c | 73 struct mt76_txwi_cache *t; in mt7615_tx_prepare_skb() 94 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7615_tx_prepare_skb()
|
H A D | mac.c | 1538 mt7615_txwi_free(struct mt7615_dev *dev, struct mt76_txwi_cache *txwi) in mt7615_txwi_free() 1563 struct mt76_txwi_cache *txwi; in mt7615_mac_tx_free_token() 2124 struct mt76_txwi_cache *txwi; in mt7615_tx_token_put()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mac.c | 942 struct mt76_txwi_cache *t; in mt7996_tx_prepare_skb() 953 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7996_tx_prepare_skb() 1073 mt7996_txwi_free(struct mt7996_dev *dev, struct mt76_txwi_cache *t, in mt7996_txwi_free() 1110 struct mt76_txwi_cache *txwi; in mt7996_mac_tx_free() 1647 struct mt76_txwi_cache *txwi; in mt7996_tx_token_put()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mac.c | 763 struct mt76_txwi_cache *t; in mt7915_tx_prepare_skb() 785 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7915_tx_prepare_skb() 904 struct mt76_txwi_cache *txwi; in mt7915_mac_tx_free() 1019 struct mt76_txwi_cache *txwi; in mt7915_mac_tx_free_v0()
|