FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_WORD
sys/dev/cxgbe/common/t4_msg.h
1223
#define V_WORD(x) ((x) << S_WORD)
sys/dev/cxgbe/common/t4_msg.h
1224
#define G_WORD(x) (((x) >> S_WORD) & M_WORD)