FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_ST
sys/dev/cxgb/common/cxgb_regs.h
6281
#define V_ST(x) ((x) << S_ST)
sys/dev/cxgb/common/cxgb_regs.h
6282
#define G_ST(x) (((x) >> S_ST) & M_ST)
sys/dev/cxgbe/common/t4_regs.h
46692
#define V_ST(x) ((x) << S_ST)
sys/dev/cxgbe/common/t4_regs.h
46693
#define G_ST(x) (((x) >> S_ST) & M_ST)