Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_PACE
usr/src/uts/common/io/cxgbe/common/t4_msg.h
551
#define V_PACE(x) ((x) << S_PACE)
usr/src/uts/common/io/cxgbe/common/t4_msg.h
552
#define G_PACE(x) (((x) >> S_PACE) & M_PACE)