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

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h4418 #define S_PORT0MTUVALUE 0 macro
4420 #define V_PORT0MTUVALUE(x) ((x) << S_PORT0MTUVALUE)
4421 #define G_PORT0MTUVALUE(x) (((x) >> S_PORT0MTUVALUE) & M_PORT0MTUVALUE)
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_regs.h23067 #define S_PORT0MTUVALUE 0 macro
23069 #define V_PORT0MTUVALUE(x) ((x) << S_PORT0MTUVALUE)
23070 #define G_PORT0MTUVALUE(x) (((x) >> S_PORT0MTUVALUE) & M_PORT0MTUVALUE)
[all...]

Completed in 812 milliseconds