RX_RING_SIZE
for (i = 0; i < RX_RING_SIZE; i++) {
entry = cur_rx % RX_RING_SIZE;
static struct epic_rx_desc rx_ring[RX_RING_SIZE]
static unsigned char rx_packet[PKT_BUF_SZ * RX_RING_SIZE];
#define RX_RING_MOD_MASK (RX_RING_SIZE - 1)
static unsigned char rxb[RX_RING_SIZE * PKT_BUF_SZ];
static struct pcnet32_rx_head rx_ring[RX_RING_SIZE]
struct sk_buff *rx_skbuff[RX_RING_SIZE];
for (i = 0; i < RX_RING_SIZE; i++) {
static struct netdev_desc rx_ring[RX_RING_SIZE];
static unsigned char rxb[RX_RING_SIZE * PKT_BUF_SZ];
for (i = 0; i < RX_RING_SIZE; i++) {
for (i = 0; i < RX_RING_SIZE; i++) {
int entry = sdc->cur_rx % RX_RING_SIZE;
sdc->cur_rx = entry % RX_RING_SIZE;
tp->cur_rx = (++tp->cur_rx) % RX_RING_SIZE;
tp->cur_rx = (++tp->cur_rx) % RX_RING_SIZE;
static struct tulip_rx_desc rx_ring[RX_RING_SIZE] __attribute__ ((aligned(4)));
static unsigned char rxb[RX_RING_SIZE * BUFLEN] __attribute__ ((aligned(4)));
for (i = 0; i < RX_RING_SIZE; i++) {
static char buf1[RX_RING_SIZE * PKT_BUF_SZ + 32];
static char buf2[RX_RING_SIZE * PKT_BUF_SZ + 32];
for (i = 0; i < RX_RING_SIZE; i++)
tp->cur_rx = tp->cur_rx % RX_RING_SIZE;
char *rx_buffs[RX_RING_SIZE];
for (i = 0; i < RX_RING_SIZE; i++)
struct w840_rx_desc rx_ring[RX_RING_SIZE];
static char rx_packet[PKT_BUF_SZ * RX_RING_SIZE];
int entry = w840private.cur_rx % RX_RING_SIZE;
entry = (++w840private.cur_rx) % RX_RING_SIZE;
for (i = 0; i < RX_RING_SIZE; i++) {
w840private.dirty_rx = (unsigned int)(i - RX_RING_SIZE);
#ifndef RX_RING_SIZE
gcp->gc_rx_ring_size = RX_RING_SIZE;
RxRingSize = RX_RING_SIZE; /* 128 */
RxRingSize = RX_RING_SIZE;
pMdl->RxRingSize = RX_RING_SIZE;
#define RX_RING_MOD_MASK (RX_RING_SIZE - 1)
RX_RING_SIZE, RX_BUF_SIZE) == B_FALSE) {
while (numOfPkts < RX_RING_SIZE) {
length = sizeof (struct rx_desc) * RX_RING_SIZE + ALIGNMENT;
unsigned long FreeQ[2 * RX_RING_SIZE];