Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/
Ddma.c37 #define Q_CONFIG(q, wfdma, int, id) do { \ in mt7915_dma_config() argument
38 if (wfdma) \ in mt7915_dma_config()
44 #define MCUQ_CONFIG(q, wfdma, int, id) Q_CONFIG(q, (wfdma), (int), (id)) in mt7915_dma_config() argument
45 #define RXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__RXQ(q), (wfdma), (int), (id)) in mt7915_dma_config() argument
46 #define TXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__TXQ(q), (wfdma), (int), (id)) in mt7915_dma_config() argument