Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_WORD
usr/src/uts/common/io/cxgbe/common/t4_msg.h
938
#define V_WORD(x) ((x) << S_WORD)
usr/src/uts/common/io/cxgbe/common/t4_msg.h
939
#define G_WORD(x) (((x) >> S_WORD) & M_WORD)