Home | History | Annotate | Download | only in netboot

Lines Matching refs:RX_RING_SIZE

395 #define RX_RING_SIZE	4
396 static struct tulip_rx_desc rx_ring[RX_RING_SIZE] __attribute__ ((aligned(4)));
399 #define rxb ((char *)0x10000 - RX_RING_SIZE * BUFLEN - BUFLEN)
401 static unsigned char rxb[RX_RING_SIZE * BUFLEN] __attribute__ ((aligned(4)));
919 for (i = 0; i < RX_RING_SIZE; i++) {
1151 tp->cur_rx = (++tp->cur_rx) % RX_RING_SIZE;
1160 tp->cur_rx = (++tp->cur_rx) % RX_RING_SIZE;