Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
dma_ring_incr
drivers/net/ethernet/calxeda/xgmac.c
396
#define dma_ring_incr(n, s) (((n) + 1) & ((s) - 1))
drivers/net/ethernet/hisilicon/hix5hd2_gmac.c
189
#define dma_ring_incr(n, s) (((n) + 1) & ((s) - 1))