Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h9314 #define S_PORT2MTUVALUE 0 macro
9316 #define V_PORT2MTUVALUE(x) ((x) << S_PORT2MTUVALUE)
9317 #define G_PORT2MTUVALUE(x) (((x) >> S_PORT2MTUVALUE) & M_PORT2MTUVALUE)