FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_FID
sys/dev/cxgbe/common/t4_regs.h
74210
#define V_FID(x) ((x) << S_FID)
sys/dev/cxgbe/common/t4_regs.h
74211
#define G_FID(x) (((x) >> S_FID) & M_FID)