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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h3697 #define S_MTUDEFAULT 16 macro
3699 #define V_MTUDEFAULT(x) ((x) << S_MTUDEFAULT)
3700 #define G_MTUDEFAULT(x) (((x) >> S_MTUDEFAULT) & M_MTUDEFAULT)
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_regs.h13677 #define S_MTUDEFAULT 16 macro
13679 #define V_MTUDEFAULT(x) ((x) << S_MTUDEFAULT)
13680 #define G_MTUDEFAULT(x) (((x) >> S_MTUDEFAULT) & M_MTUDEFAULT)
[all...]

Completed in 607 milliseconds