Searched refs:NEXT_RX (Results 1 - 13 of 13) sorted by relevance

/drivers/net/ethernet/sun/
H A Dsunbmac.h253 #define NEXT_RX(num) (((num) + 1) & (RX_RING_SIZE - 1)) macro
H A Dsunqe.h293 #define NEXT_RX(num) (((num) + 1) & (RX_RING_MAXSIZE - 1)) macro
H A Dsunhme.h359 #define NEXT_RX(num) (((num) + 1) & (RX_RING_SIZE - 1)) macro
H A Dsungem.h930 #define NEXT_RX(N) (((N) + 1) & (RX_RING_SIZE - 1)) macro
H A Dsungem.c724 curr = NEXT_RX(curr);
731 cluster_start = NEXT_RX(cluster_start);
871 entry = NEXT_RX(entry);
H A Dsunqe.c455 elem = NEXT_RX(elem);
H A Dsunbmac.c884 elem = NEXT_RX(elem);
H A Dsunhme.c2076 elem = NEXT_RX(elem);
/drivers/net/ethernet/cadence/
H A Dmacb.c51 #define NEXT_RX(n) (((n) + 1) & (RX_RING_SIZE - 1)) macro
403 for (frag = first_frag; ; frag = NEXT_RX(frag)) {
416 for (frag = first_frag; ; frag = NEXT_RX(frag)) {
452 for (frag = begin; frag != end; frag = NEXT_RX(frag))
469 for (; budget > 0; tail = NEXT_RX(tail)) {
/drivers/net/ethernet/seeq/
H A Dsgiseeq.c48 #define NEXT_RX(i) (((i) + 1) & (SEEQ_RX_BUFFERS - 1)) macro
403 sp->rx_new = NEXT_RX(sp->rx_new);
/drivers/net/ethernet/aeroflex/
H A Dgreth.c92 #define NEXT_RX(N) (((N) + 1) & GRETH_RXBD_NUM_MASK) macro
820 greth->rx_cur = NEXT_RX(greth->rx_cur);
953 greth->rx_cur = NEXT_RX(greth->rx_cur);
/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c100 #define NEXT_RX(N) (((N) + 1) & (DE_RX_RING_SIZE - 1)) macro
488 rx_tail = NEXT_RX(rx_tail);
/drivers/net/ethernet/realtek/
H A D8139cp.c114 #define NEXT_RX(N) (((N) + 1) & (CP_RX_RING_SIZE - 1)) macro
549 rx_tail = NEXT_RX(rx_tail);

Completed in 307 milliseconds