Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h6054 #define S_MTUVALUE 0 macro
6056 #define V_MTUVALUE(x) ((x) << S_MTUVALUE)
6057 #define G_MTUVALUE(x) (((x) >> S_MTUVALUE) & M_MTUVALUE)