Searched refs:mt76_txwi_cache (Results 1 – 13 of 13) sorted by relevance
/linux/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() 61 t = (struct mt76_txwi_cache *)(txwi + dev->drv->txwi_size); in mt76_alloc_txwi() 67 static struct mt76_txwi_cache * 70 struct mt76_txwi_cache *t; in mt76_alloc_rxwi() 80 static struct mt76_txwi_cache * 83 struct mt76_txwi_cache *t = NULL; in __mt76_get_txwi() 87 t = list_first_entry(&dev->txwi_cache, struct mt76_txwi_cache, in __mt76_get_txwi() 96 static struct mt76_txwi_cache * 99 struct mt76_txwi_cache *t = NULL; in __mt76_get_rxwi() [all …]
|
H A D | mt76.h | 194 struct mt76_txwi_cache *txwi; 412 struct mt76_txwi_cache { struct 1324 mt76_get_txwi_ptr(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_get_txwi_ptr() 1600 void mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t); 1601 void mt76_put_rxwi(struct mt76_dev *dev, struct mt76_txwi_cache *t); 1602 struct mt76_txwi_cache *mt76_get_rxwi(struct mt76_dev *dev); 1801 struct mt76_txwi_cache * 1803 int mt76_token_consume(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi); 1805 struct mt76_txwi_cache *mt76_rx_token_release(struct mt76_dev *dev, int token); 1807 struct mt76_txwi_cache *r, dma_addr_t phys); [all …]
|
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() 37 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()
|
/linux/drivers/net/wireless/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 | 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()
|
/linux/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 | 489 struct mt76_txwi_cache *txwi; in mt7921_mac_tx_free()
|
/linux/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 | 1532 mt7615_txwi_free(struct mt7615_dev *dev, struct mt76_txwi_cache *txwi) in mt7615_txwi_free() 1557 struct mt76_txwi_cache *txwi; in mt7615_mac_tx_free_token() 2110 struct mt76_txwi_cache *txwi; in mt7615_tx_token_put()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mac.c | 1029 struct mt76_txwi_cache *t; in mt7996_tx_prepare_skb() 1040 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7996_tx_prepare_skb() 1167 mt7996_txwi_free(struct mt7996_dev *dev, struct mt76_txwi_cache *t, in mt7996_txwi_free() 1203 struct mt76_txwi_cache *txwi; in mt7996_mac_tx_free() 1738 struct mt76_txwi_cache *txwi; in mt7996_tx_token_put()
|
/linux/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() 986 struct mt76_txwi_cache *txwi; in mt7915_mac_tx_free_v0()
|