Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_MAC
usr/src/uts/common/io/cxgbe/common/t4_regs.h
8472
#define V_MAC(x) ((x) << S_MAC)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
8473
#define G_MAC(x) (((x) >> S_MAC) & M_MAC)