Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h4208 #define S_MEMOFST 7 macro
4210 #define V_MEMOFST(x) ((x) << S_MEMOFST)
4211 #define G_MEMOFST(x) (((x) >> S_MEMOFST) & M_MEMOFST)