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

/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge_defs.h162 #define S_FL_CONG_THRES 21 macro
164 #define V_FL_CONG_THRES(x) ((x) << S_FL_CONG_THRES)
165 #define G_FL_CONG_THRES(x) (((x) >> S_FL_CONG_THRES) & M_FL_CONG_THRES)

Completed in 131 milliseconds