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

/freebsd-10.0-release/sys/dev/cxgb/common/
H A Dcxgb_sge_defs.h191 #define S_FL_CONG_THRES 21 macro
193 #define V_FL_CONG_THRES(x) ((x) << S_FL_CONG_THRES)
194 #define G_FL_CONG_THRES(x) (((x) >> S_FL_CONG_THRES) & M_FL_CONG_THRES)

Completed in 115 milliseconds