Home
last modified time | relevance | path

Searched defs:hw_q (Results 1 – 4 of 4) sorted by relevance

/linux-5.10/drivers/net/wireless/mediatek/mt7601u/
Dtx.c201 int hw_q = skb2q(skb); in mt7601u_tx() local
264 u8 cw_min = 5, cw_max = 10, hw_q = q2hwq(queue); in mt7601u_conf_tx() local
Ddma.c356 struct mt76_wcid *wcid, int hw_q) in mt7601u_dma_enqueue_tx()
/linux-5.10/drivers/net/ethernet/cadence/
Dmacb.h194 #define GEM_ISR(hw_q) (0x0400 + ((hw_q) << 2)) argument
195 #define GEM_TBQP(hw_q) (0x0440 + ((hw_q) << 2)) argument
196 #define GEM_TBQPH(hw_q) (0x04C8) argument
197 #define GEM_RBQP(hw_q) (0x0480 + ((hw_q) << 2)) argument
198 #define GEM_RBQS(hw_q) (0x04A0 + ((hw_q) << 2)) argument
199 #define GEM_RBQPH(hw_q) (0x04D4) argument
200 #define GEM_IER(hw_q) (0x0600 + ((hw_q) << 2)) argument
201 #define GEM_IDR(hw_q) (0x0620 + ((hw_q) << 2)) argument
202 #define GEM_IMR(hw_q) (0x0640 + ((hw_q) << 2)) argument
Dmacb_main.c3664 unsigned int hw_q, q; in macb_init() local