Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h9309 #define S_PORT3MTUVALUE 16 macro
9311 #define V_PORT3MTUVALUE(x) ((x) << S_PORT3MTUVALUE)
9312 #define G_PORT3MTUVALUE(x) (((x) >> S_PORT3MTUVALUE) & M_PORT3MTUVALUE)