Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_sge_defs.h190 #define S_FL_CONG_THRES 21 macro
192 #define V_FL_CONG_THRES(x) ((x) << S_FL_CONG_THRES)
193 #define G_FL_CONG_THRES(x) (((x) >> S_FL_CONG_THRES) & M_FL_CONG_THRES)