FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_MDI_OP
sys/dev/cxgb/common/cxgb_regs.h
6323
#define V_MDI_OP(x) ((x) << S_MDI_OP)
sys/dev/cxgb/common/cxgb_regs.h
6324
#define G_MDI_OP(x) (((x) >> S_MDI_OP) & M_MDI_OP)