Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h3696 #define S_MTUDEFAULT 16 macro
3698 #define V_MTUDEFAULT(x) ((x) << S_MTUDEFAULT)
3699 #define G_MTUDEFAULT(x) (((x) >> S_MTUDEFAULT) & M_MTUDEFAULT)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h21785 #define S_MTUDEFAULT 16 macro
21787 #define V_MTUDEFAULT(x) ((x) << S_MTUDEFAULT)
21788 #define G_MTUDEFAULT(x) (((x) >> S_MTUDEFAULT) & M_MTUDEFAULT)