Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/cadence/
Dmacb.h139 #define GEM_ISR(hw_q) (0x0400 + ((hw_q) << 2)) argument
140 #define GEM_TBQP(hw_q) (0x0440 + ((hw_q) << 2)) argument
141 #define GEM_RBQP(hw_q) (0x0480 + ((hw_q) << 2)) argument
142 #define GEM_IER(hw_q) (0x0600 + ((hw_q) << 2)) argument
143 #define GEM_IDR(hw_q) (0x0620 + ((hw_q) << 2)) argument
144 #define GEM_IMR(hw_q) (0x0640 + ((hw_q) << 2)) argument
Dmacb.c2181 unsigned int hw_q; in macb_probe_queues() local
2260 unsigned int hw_q, q; in macb_init() local