Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddma.c25 #define Q_CONFIG(q, wfdma, int, id) do { \ in mt7996_dma_config() argument
32 #define MCUQ_CONFIG(q, wfdma, int, id) Q_CONFIG(q, (wfdma), (int), (id)) in mt7996_dma_config() argument
33 #define RXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__RXQ(q), (wfdma), (int), (id)) in mt7996_dma_config() argument
34 #define TXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__TXQ(q), (wfdma), (int), (id)) in mt7996_dma_config() argument
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddma.c41 #define Q_CONFIG(q, wfdma, int, id) do { \ in mt7915_dma_config() argument
48 #define MCUQ_CONFIG(q, wfdma, int, id) Q_CONFIG(q, (wfdma), (int), (id)) in mt7915_dma_config() argument
49 #define RXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__RXQ(q), (wfdma), (int), (id)) in mt7915_dma_config() argument
50 #define TXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__TXQ(q), (wfdma), (int), (id)) in mt7915_dma_config() argument