Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h23081 #define S_PORT2MTUVALUE 0 macro
23083 #define V_PORT2MTUVALUE(x) ((x) << S_PORT2MTUVALUE)
23084 #define G_PORT2MTUVALUE(x) (((x) >> S_PORT2MTUVALUE) & M_PORT2MTUVALUE)