Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h550 #define S_TSTAMPVAL 0 macro
552 #define V_TSTAMPVAL(x) ((x) << S_TSTAMPVAL)
553 #define G_TSTAMPVAL(x) (((x) >> S_TSTAMPVAL) & M_TSTAMPVAL)