Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h1902 #define S_MAXTAG 0 macro
1904 #define V_MAXTAG(x) ((x) << S_MAXTAG)
1905 #define G_MAXTAG(x) (((x) >> S_MAXTAG) & M_MAXTAG)