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

/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_sge_defs.h153 #define S_CQ_CREDIT_THRES 16 macro
155 #define V_CQ_CREDIT_THRES(x) ((x) << S_CQ_CREDIT_THRES)
156 #define G_CQ_CREDIT_THRES(x) (((x) >> S_CQ_CREDIT_THRES) & M_CQ_CREDIT_THRES)

Completed in 48 milliseconds