Searched refs:S_PORT0MTUVALUE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h4417 #define S_PORT0MTUVALUE 0 macro
4419 #define V_PORT0MTUVALUE(x) ((x) << S_PORT0MTUVALUE)
4420 #define G_PORT0MTUVALUE(x) (((x) >> S_PORT0MTUVALUE) & M_PORT0MTUVALUE)
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_regs.h14869 #define S_PORT0MTUVALUE 0 macro
14871 #define V_PORT0MTUVALUE(x) ((x) << S_PORT0MTUVALUE)
14872 #define G_PORT0MTUVALUE(x) (((x) >> S_PORT0MTUVALUE) & M_PORT0MTUVALUE)
[all...]

Completed in 798 milliseconds