Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h9339 #define S_MTUWIDTH 16 macro
9341 #define V_MTUWIDTH(x) ((x) << S_MTUWIDTH)
9342 #define G_MTUWIDTH(x) (((x) >> S_MTUWIDTH) & M_MTUWIDTH)