Searched refs:S_FL_CONG_THRES (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.h161 #define S_FL_CONG_THRES 21 macro
163 #define V_FL_CONG_THRES(x) ((x) << S_FL_CONG_THRES)
164 #define G_FL_CONG_THRES(x) (((x) >> S_FL_CONG_THRES) & M_FL_CONG_THRES)

Completed in 83 milliseconds