Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
RGE_BSWAP_16
usr/src/uts/common/io/rge/rge.h
574
#define RGE_BSWAP_16(x) ((((x) & 0xff00) >> 8) | \
usr/src/uts/common/io/rge/rge.h
583
#define RGE_BSWAP_16(x) (x)