Symbol: RX_RING_SIZE
usr/src/grub/grub-0.97/netboot/epic100.c
268
for (i = 0; i < RX_RING_SIZE; i++) {
usr/src/grub/grub-0.97/netboot/epic100.c
373
entry = cur_rx % RX_RING_SIZE;
usr/src/grub/grub-0.97/netboot/epic100.c
85
static struct epic_rx_desc rx_ring[RX_RING_SIZE]
usr/src/grub/grub-0.97/netboot/epic100.c
89
static unsigned char rx_packet[PKT_BUF_SZ * RX_RING_SIZE];
usr/src/grub/grub-0.97/netboot/pcnet32.c
165
#define RX_RING_MOD_MASK (RX_RING_SIZE - 1)
usr/src/grub/grub-0.97/netboot/pcnet32.c
194
static unsigned char rxb[RX_RING_SIZE * PKT_BUF_SZ];
usr/src/grub/grub-0.97/netboot/pcnet32.c
242
static struct pcnet32_rx_head rx_ring[RX_RING_SIZE]
usr/src/grub/grub-0.97/netboot/pcnet32.c
263
struct sk_buff *rx_skbuff[RX_RING_SIZE];
usr/src/grub/grub-0.97/netboot/pcnet32.c
411
for (i = 0; i < RX_RING_SIZE; i++) {
usr/src/grub/grub-0.97/netboot/sundance.c
261
static struct netdev_desc rx_ring[RX_RING_SIZE];
usr/src/grub/grub-0.97/netboot/sundance.c
265
static unsigned char rxb[RX_RING_SIZE * PKT_BUF_SZ];
usr/src/grub/grub-0.97/netboot/sundance.c
353
for (i = 0; i < RX_RING_SIZE; i++) {
usr/src/grub/grub-0.97/netboot/sundance.c
363
for (i = 0; i < RX_RING_SIZE; i++) {
usr/src/grub/grub-0.97/netboot/sundance.c
473
int entry = sdc->cur_rx % RX_RING_SIZE;
usr/src/grub/grub-0.97/netboot/sundance.c
506
sdc->cur_rx = entry % RX_RING_SIZE;
usr/src/grub/grub-0.97/netboot/tulip.c
1153
tp->cur_rx = (++tp->cur_rx) % RX_RING_SIZE;
usr/src/grub/grub-0.97/netboot/tulip.c
1162
tp->cur_rx = (++tp->cur_rx) % RX_RING_SIZE;
usr/src/grub/grub-0.97/netboot/tulip.c
402
static struct tulip_rx_desc rx_ring[RX_RING_SIZE] __attribute__ ((aligned(4)));
usr/src/grub/grub-0.97/netboot/tulip.c
403
static unsigned char rxb[RX_RING_SIZE * BUFLEN] __attribute__ ((aligned(4)));
usr/src/grub/grub-0.97/netboot/tulip.c
907
for (i = 0; i < RX_RING_SIZE; i++) {
usr/src/grub/grub-0.97/netboot/via-rhine.c
1103
static char buf1[RX_RING_SIZE * PKT_BUF_SZ + 32];
usr/src/grub/grub-0.97/netboot/via-rhine.c
1104
static char buf2[RX_RING_SIZE * PKT_BUF_SZ + 32];
usr/src/grub/grub-0.97/netboot/via-rhine.c
1139
for (i = 0; i < RX_RING_SIZE; i++)
usr/src/grub/grub-0.97/netboot/via-rhine.c
1238
tp->cur_rx = tp->cur_rx % RX_RING_SIZE;
usr/src/grub/grub-0.97/netboot/via-rhine.c
633
char *rx_buffs[RX_RING_SIZE];
usr/src/grub/grub-0.97/netboot/via-rhine.c
680
for (i = 0; i < RX_RING_SIZE; i++)
usr/src/grub/grub-0.97/netboot/w89c840.c
231
struct w840_rx_desc rx_ring[RX_RING_SIZE];
usr/src/grub/grub-0.97/netboot/w89c840.c
261
static char rx_packet[PKT_BUF_SZ * RX_RING_SIZE];
usr/src/grub/grub-0.97/netboot/w89c840.c
393
int entry = w840private.cur_rx % RX_RING_SIZE;
usr/src/grub/grub-0.97/netboot/w89c840.c
473
entry = (++w840private.cur_rx) % RX_RING_SIZE;
usr/src/grub/grub-0.97/netboot/w89c840.c
921
for (i = 0; i < RX_RING_SIZE; i++) {
usr/src/grub/grub-0.97/netboot/w89c840.c
934
w840private.dirty_rx = (unsigned int)(i - RX_RING_SIZE);
usr/src/uts/common/io/sfe/sfe.c
101
#ifndef RX_RING_SIZE
usr/src/uts/common/io/sfe/sfe.c
2105
gcp->gc_rx_ring_size = RX_RING_SIZE;
usr/src/uts/intel/io/amd8111s/amd8111s_hw.c
1875
RxRingSize = RX_RING_SIZE; /* 128 */
usr/src/uts/intel/io/amd8111s/amd8111s_hw.c
1941
RxRingSize = RX_RING_SIZE;
usr/src/uts/intel/io/amd8111s/amd8111s_hw.c
695
pMdl->RxRingSize = RX_RING_SIZE;
usr/src/uts/intel/io/amd8111s/amd8111s_hw.h
106
#define RX_RING_MOD_MASK (RX_RING_SIZE - 1)
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
1088
RX_RING_SIZE, RX_BUF_SIZE) == B_FALSE) {
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
631
while (numOfPkts < RX_RING_SIZE) {
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
784
length = sizeof (struct rx_desc) * RX_RING_SIZE + ALIGNMENT;
usr/src/uts/intel/io/amd8111s/amd8111s_main.h
309
unsigned long FreeQ[2 * RX_RING_SIZE];