Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h22417 #define S_SDLVL 0 macro
22419 #define V_SDLVL(x) ((x) << S_SDLVL)
22420 #define G_SDLVL(x) (((x) >> S_SDLVL) & M_SDLVL)