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

/freebsd-11.0-release/sys/dev/cxgb/common/
H A Dcxgb_sge_defs.h147 #define S_CQ_CREDITS 0 macro
149 #define V_CQ_CREDITS(x) ((x) << S_CQ_CREDITS)
150 #define G_CQ_CREDITS(x) (((x) >> S_CQ_CREDITS) & M_CQ_CREDITS)

Completed in 54 milliseconds