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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dsge_defs.h117 #define S_CQ_CREDITS 0 macro
119 #define V_CQ_CREDITS(x) ((x) << S_CQ_CREDITS)
120 #define G_CQ_CREDITS(x) (((x) >> S_CQ_CREDITS) & M_CQ_CREDITS)

Completed in 9 milliseconds