Searched defs:hw_q (Results 1 – 6 of 6) sorted by relevance
156 int hw_q = skb2q(skb); in mt76x0_tx() local219 u8 cw_min = 5, cw_max = 10, hw_q = q2hwq(queue); in mt76x0_conf_tx() local
332 struct mt76_wcid *wcid, int hw_q) in mt76x0_dma_enqueue_tx()
209 int hw_q = skb2q(skb); in mt7601u_tx() local272 u8 cw_min = 5, cw_max = 10, hw_q = q2hwq(queue); in mt7601u_conf_tx() local
340 struct mt76_wcid *wcid, int hw_q) in mt7601u_dma_enqueue_tx()
195 #define GEM_ISR(hw_q) (0x0400 + ((hw_q) << 2)) argument196 #define GEM_TBQP(hw_q) (0x0440 + ((hw_q) << 2)) argument197 #define GEM_TBQPH(hw_q) (0x04C8) argument198 #define GEM_RBQP(hw_q) (0x0480 + ((hw_q) << 2)) argument199 #define GEM_RBQS(hw_q) (0x04A0 + ((hw_q) << 2)) argument200 #define GEM_RBQPH(hw_q) (0x04D4) argument201 #define GEM_IER(hw_q) (0x0600 + ((hw_q) << 2)) argument202 #define GEM_IDR(hw_q) (0x0620 + ((hw_q) << 2)) argument203 #define GEM_IMR(hw_q) (0x0640 + ((hw_q) << 2)) argument
3250 unsigned int hw_q; in macb_probe_queues() local3351 unsigned int hw_q, q; in macb_init() local