Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/common/
HDcxgb_regs.h401 #define S_EGRLOOPCODE 8 macro
403 #define V_EGRLOOPCODE(x) ((x) << S_EGRLOOPCODE)
404 #define G_EGRLOOPCODE(x) (((x) >> S_EGRLOOPCODE) & M_EGRLOOPCODE)