Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgb/common/
HDcxgb_regs.h189 #define S_CONTEXT 0 macro
191 #define V_CONTEXT(x) ((x) << S_CONTEXT)
192 #define G_CONTEXT(x) (((x) >> S_CONTEXT) & M_CONTEXT)