Searched refs:__TXQ (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | regs.h | 466 #define __TXQ(q) (__RXQ(q) + __MT_RXQ_MAX) macro 473 #define MT_TXQ_ID(q) MT_Q_ID(__TXQ(q)) 477 #define MT_TXQ_RING_BASE(q) (MT_Q_BASE(__TXQ(q)) + 0x300) 485 #define MT_TXQ_EXT_CTRL(q) (MT_Q_BASE(__TXQ(q)) + 0x600 + \
|
D | dma.c | 54 #define TXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__TXQ(q), (wfdma), (int), (id)) in mt7996_dma_config()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | regs.h | 676 #define __TXQ(q) (__RXQ(q) + MT_RXQ_BAND2) macro 683 #define MT_TXQ_ID(q) MT_Q_ID(__TXQ(q)) 687 #define MT_TXQ_RING_BASE(q) (MT_Q_BASE(__TXQ(q)) + 0x300) 694 #define MT_TXQ_EXT_CTRL(q) (MT_Q_BASE(__TXQ(q)) + 0x600 + \
|
D | dma.c | 52 #define TXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__TXQ(q), (wfdma), (int), (id)) in mt7915_dma_config()
|