Home
last modified time | relevance | path

Searched refs:S_PORT0MTUVALUE (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/cxgb/common/
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-stable/sys/dev/cxgbe/common/
Dt4_regs.h23065 #define S_PORT0MTUVALUE 0 macro
23067 #define V_PORT0MTUVALUE(x) ((x) << S_PORT0MTUVALUE)
23068 #define G_PORT0MTUVALUE(x) (((x) >> S_PORT0MTUVALUE) & M_PORT0MTUVALUE)
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4_regs.h23036 #define S_PORT0MTUVALUE 0 macro
23038 #define V_PORT0MTUVALUE(x) ((x) << S_PORT0MTUVALUE)
23039 #define G_PORT0MTUVALUE(x) (((x) >> S_PORT0MTUVALUE) & M_PORT0MTUVALUE)