Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/common/
HDt4_regs.h23076 #define S_PORT3MTUVALUE 16 macro
23078 #define V_PORT3MTUVALUE(x) ((x) << S_PORT3MTUVALUE)
23079 #define G_PORT3MTUVALUE(x) (((x) >> S_PORT3MTUVALUE) & M_PORT3MTUVALUE)