Searched defs:wfdma (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | dma.c | 43 #define Q_CONFIG(q, wfdma, int, id) do { \ in mt7915_dma_config() argument 50 #define MCUQ_CONFIG(q, wfdma, int, id) Q_CONFIG(q, (wfdma), (int), (id)) in mt7915_dma_config() argument 51 #define RXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__RXQ(q), (wfdma), (int), (id)) in mt7915_dma_config() argument 52 #define TXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__TXQ(q), (wfdma), (int), (id)) in mt7915_dma_config() argument
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | dma.c | 45 #define Q_CONFIG(q, wfdma, int, id) do { \ in mt7996_dma_config() argument 52 #define MCUQ_CONFIG(q, wfdma, int, id) Q_CONFIG(q, (wfdma), (int), (id)) in mt7996_dma_config() argument 53 #define RXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__RXQ(q), (wfdma), (int), (id)) in mt7996_dma_config() argument 54 #define TXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__TXQ(q), (wfdma), (int), (id)) in mt7996_dma_config() argument
|