Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_WR_OP
usr/src/uts/common/io/cxgbe/common/t4_msg.h
390
#define V_WR_OP(x) ((__u64)(x) << S_WR_OP)
usr/src/uts/common/io/cxgbe/common/t4_msg.h
391
#define G_WR_OP(x) (((x) >> S_WR_OP) & M_WR_OP)