Searched refs:S_CMDQ_PRIORITY (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/chelsio/
H A Dregs.h69 #define S_CMDQ_PRIORITY 6 macro
71 #define V_CMDQ_PRIORITY(x) ((x) << S_CMDQ_PRIORITY)
72 #define G_CMDQ_PRIORITY(x) (((x) >> S_CMDQ_PRIORITY) & M_CMDQ_PRIORITY)

Completed in 51 milliseconds