Searched defs:NEXT_RX (Results 1 – 8 of 8) sorted by relevance
88 #define NEXT_RX(N) (((N) + 1) & GRETH_RXBD_NUM_MASK) macro
294 #define NEXT_RX(num) (((num) + 1) & (RX_RING_MAXSIZE - 1)) macro
254 #define NEXT_RX(num) (((num) + 1) & (RX_RING_SIZE - 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
860 #define NEXT_RX(idx) ((idx) + 1) macro