Searched refs:PREV_RX (Results 1 – 3 of 3) sorted by relevance
256 #define PREV_RX(num) (((num) - 1) & (RX_RING_SIZE - 1)) macro
296 #define PREV_RX(num) (((num) - 1) & (RX_RING_MAXSIZE - 1)) macro
362 #define PREV_RX(num) (((num) - 1) & (RX_RING_SIZE - 1)) macro