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

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h4413 #define S_PORT1MTUVALUE 16 macro
4415 #define V_PORT1MTUVALUE(x) ((x) << S_PORT1MTUVALUE)
4416 #define G_PORT1MTUVALUE(x) (((x) >> S_PORT1MTUVALUE) & M_PORT1MTUVALUE)
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_regs.h23062 #define S_PORT1MTUVALUE 16 macro
23064 #define V_PORT1MTUVALUE(x) ((x) << S_PORT1MTUVALUE)
23065 #define G_PORT1MTUVALUE(x) (((x) >> S_PORT1MTUVALUE) & M_PORT1MTUVALUE)
[all...]

Completed in 570 milliseconds