Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h6049 #define S_MTUWIDTH 16 macro
6051 #define V_MTUWIDTH(x) ((x) << S_MTUWIDTH)
6052 #define G_MTUWIDTH(x) (((x) >> S_MTUWIDTH) & M_MTUWIDTH)