Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
H A Ddma.c11 static struct mt76_txwi_cache *
14 struct mt76_txwi_cache *t; in mt76_alloc_txwi()
31 t = (struct mt76_txwi_cache *)(txwi + dev->drv->txwi_size); in mt76_alloc_txwi()
37 static struct mt76_txwi_cache *
40 struct mt76_txwi_cache *t; in mt76_alloc_rxwi()
50 static struct mt76_txwi_cache *
53 struct mt76_txwi_cache *t = NULL; in __mt76_get_txwi()
57 t = list_first_entry(&dev->txwi_cache, struct mt76_txwi_cache, in __mt76_get_txwi()
66 static struct mt76_txwi_cache *
69 struct mt76_txwi_cache *t = NULL; in __mt76_get_rxwi()
[all …]
H A Dmt76_connac.h345 mt76_connac_txwi_to_txp(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_connac_txwi_to_txp()
459 struct mt76_txwi_cache *txwi);
489 void mt76_connac2_txwi_free(struct mt76_dev *dev, struct mt76_txwi_cache *t,
H A Dmt76.h216 struct mt76_txwi_cache *txwi;
445 struct mt76_txwi_cache { struct
1402 mt76_get_txwi_ptr(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_get_txwi_ptr()
1797 void mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t);
1798 void mt76_put_rxwi(struct mt76_dev *dev, struct mt76_txwi_cache *t);
1799 struct mt76_txwi_cache *mt76_get_rxwi(struct mt76_dev *dev);
2050 struct mt76_txwi_cache *
2052 int mt76_token_consume(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi);
2054 struct mt76_txwi_cache *mt76_rx_token_release(struct mt76_dev *dev, int token);
2056 struct mt76_txwi_cache *r, dma_addr_t phys);
[all …]
H A Dwed.c15 struct mt76_txwi_cache *t; in mt76_wed_release_rx_buf()
36 struct mt76_txwi_cache *t = NULL; in mt76_wed_init_rx_buf()
H A Dtx.c930 int mt76_token_consume(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi) in mt76_token_consume()
964 struct mt76_txwi_cache *t, dma_addr_t phys) in mt76_rx_token_consume()
981 struct mt76_txwi_cache *
984 struct mt76_txwi_cache *txwi; in mt76_token_release()
1016 struct mt76_txwi_cache *
1019 struct mt76_txwi_cache *t; in mt76_rx_token_release()
H A Dmt76_connac_mac.c249 struct mt76_txwi_cache *t) in mt76_connac_txp_skb_unmap()
1174 void mt76_connac2_txwi_free(struct mt76_dev *dev, struct mt76_txwi_cache *t, in mt76_connac2_txwi_free()
1213 struct mt76_txwi_cache *txwi; in mt76_connac2_tx_token_put()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dpci_mac.c18 struct mt76_txwi_cache *t; in mt7925e_tx_prepare_skb()
28 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7925e_tx_prepare_skb()
59 struct mt76_txwi_cache *txwi; in mt7925_tx_token_put()
H A Dmt7925.h348 void mt7925_txwi_free(struct mt792x_dev *dev, struct mt76_txwi_cache *t,
H A Dmac.c1273 void mt7925_txwi_free(struct mt792x_dev *dev, struct mt76_txwi_cache *t, in mt7925_txwi_free()
1307 struct mt76_txwi_cache *txwi; in mt7925_mac_tx_free()
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dpci_mac.c17 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 Dmac.c490 struct mt76_txwi_cache *txwi; in mt7921_mac_tx_free()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dpci_mac.c70 struct mt76_txwi_cache *t; in mt7615_tx_prepare_skb()
92 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7615_tx_prepare_skb()
H A Dmac.c1517 mt7615_txwi_free(struct mt7615_dev *dev, struct mt76_txwi_cache *txwi) in mt7615_txwi_free()
1542 struct mt76_txwi_cache *txwi; in mt7615_mac_tx_free_token()
2101 struct mt76_txwi_cache *txwi; in mt7615_tx_token_put()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c1047 struct mt76_txwi_cache *t; in mt7996_tx_prepare_skb()
1089 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7996_tx_prepare_skb()
1285 mt7996_txp_skb_unmap(struct mt76_dev *mdev, struct mt76_txwi_cache *t) in mt7996_txp_skb_unmap()
1309 mt7996_txwi_free(struct mt7996_dev *dev, struct mt76_txwi_cache *t, in mt7996_txwi_free()
1351 struct mt76_txwi_cache *txwi; in mt7996_mac_tx_free()
1840 struct mt76_txwi_cache *t; in mt7996_rx_token_put()
1944 struct mt76_txwi_cache *t; in mt7996_rro_rx_process()
2267 struct mt76_txwi_cache *txwi; in mt7996_tx_token_put()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c739 struct mt76_txwi_cache *t; in mt7915_tx_prepare_skb()
761 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7915_tx_prepare_skb()
872 struct mt76_txwi_cache *txwi; in mt7915_mac_tx_free()
973 struct mt76_txwi_cache *txwi; in mt7915_mac_tx_free_v0()