Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
HILO_U64
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/bcm_utils.h
53
#define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo))
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
125
#define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo))