Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
HILO_U64
drivers/infiniband/hw/qedr/main.c
430
#define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo))
drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
167
#define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo))
drivers/net/ethernet/qlogic/qede/qede.h
284
#define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo))