Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgb/common/
HDcxgb_regs.h168 #define S_CQ_CREDIT 20 macro
170 #define V_CQ_CREDIT(x) ((x) << S_CQ_CREDIT)
171 #define G_CQ_CREDIT(x) (((x) >> S_CQ_CREDIT) & M_CQ_CREDIT)