Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h188 #define S_CONTEXT 0 macro
190 #define V_CONTEXT(x) ((x) << S_CONTEXT)
191 #define G_CONTEXT(x) (((x) >> S_CONTEXT) & M_CONTEXT)