Searched refs:S_EC_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.h8 #define S_EC_CREDITS 0 macro
10 #define V_EC_CREDITS(x) ((x) << S_EC_CREDITS)
11 #define G_EC_CREDITS(x) (((x) >> S_EC_CREDITS) & M_EC_CREDITS)

Completed in 25 milliseconds