Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dtx.c19 static struct mt76_txwi_cache *
22 struct mt76_txwi_cache *t; in mt76_alloc_txwi()
38 static struct mt76_txwi_cache *
41 struct mt76_txwi_cache *t = NULL; in __mt76_get_txwi()
45 t = list_first_entry(&dev->txwi_cache, struct mt76_txwi_cache, in __mt76_get_txwi()
54 struct mt76_txwi_cache *
57 struct mt76_txwi_cache *t = __mt76_get_txwi(dev); in mt76_get_txwi()
66 mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_put_txwi()
78 struct mt76_txwi_cache *t; in mt76_tx_free()
Dmt76.h80 struct mt76_txwi_cache *txwi;
180 struct mt76_txwi_cache { struct
548 struct mt76_txwi_cache *mt76_get_txwi(struct mt76_dev *dev);
549 void mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t);
Dmt76x2_dma.c113 struct mt76_txwi_cache __maybe_unused *t; in mt76x2_dma_init()
Ddma.c247 struct mt76_txwi_cache *t; in mt76_dma_tx_queue_skb()