Home
last modified time | relevance | path

Searched refs:Q_CONFIG (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() macro
44 #define MCUQ_CONFIG(q, wfdma, int, id) Q_CONFIG(q, (wfdma), (int), (id)) in mt7915_dma_config()
45 #define RXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__RXQ(q), (wfdma), (int), (id)) in mt7915_dma_config()
46 #define TXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__TXQ(q), (wfdma), (int), (id)) in mt7915_dma_config()