Searched defs:NEXT_RX (Results 1 – 9 of 9) sorted by relevance
48 #define NEXT_RX(i) (((i) + 1) & (SEEQ_RX_BUFFERS - 1)) macro
88 #define NEXT_RX(N) (((N) + 1) & GRETH_RXBD_NUM_MASK) macro
254 #define NEXT_RX(num) (((num) + 1) & (RX_RING_SIZE - 1)) macro
294 #define NEXT_RX(num) (((num) + 1) & (RX_RING_MAXSIZE - 1)) macro
360 #define NEXT_RX(num) (((num) + 1) & (RX_RING_SIZE - 1)) macro
931 #define NEXT_RX(N) (((N) + 1) & (RX_RING_SIZE - 1)) macro
94 #define NEXT_RX(N) (((N) + 1) & (DE_RX_RING_SIZE - 1)) macro
114 #define NEXT_RX(N) (((N) + 1) & (CP_RX_RING_SIZE - 1)) macro
679 #define NEXT_RX(idx) (((idx) + 1) & bp->rx_ring_mask) macro