Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h58399 #define S_STATIC_SLAT 11 macro
58401 #define V_STATIC_SLAT(x) ((x) << S_STATIC_SLAT)
58402 #define G_STATIC_SLAT(x) (((x) >> S_STATIC_SLAT) & M_STATIC_SLAT)