Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h9344 #define S_MTUVALUE 0 macro
9346 #define V_MTUVALUE(x) ((x) << S_MTUVALUE)
9347 #define G_MTUVALUE(x) (((x) >> S_MTUVALUE) & M_MTUVALUE)