Searched defs:NEXT_RX (Results 1 – 7 of 7) sorted by relevance
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