Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h12341 #define S_MAPINDEX 2 macro
12343 #define V_MAPINDEX(x) ((x) << S_MAPINDEX)
12344 #define G_MAPINDEX(x) (((x) >> S_MAPINDEX) & M_MAPINDEX)