Searched refs:PREV_RX (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/sun/ | ||
| H A D | sunqe.h | 296 #define PREV_RX(num) (((num) - 1) & (RX_RING_MAXSIZE - 1)) macro |
| H A D | sunhme.h | 362 #define PREV_RX(num) (((num) - 1) & (RX_RING_SIZE - 1)) macro |