Searched refs:this_frame (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dlib8390.c644 unsigned char rxing_page, this_frame, next_frame; local
660 this_frame = ei_inb_p(e8390_base + EN0_BOUNDARY) + 1;
661 if (this_frame >= ei_local->stop_page)
662 this_frame = ei_local->rx_start_page;
670 if (ei_debug > 0 && this_frame != ei_local->current_page && (this_frame!=0x0 || rxing_page!=0xFF))
672 dev->name, this_frame, ei_local->current_page);
674 if (this_frame == rxing_page) /* Read all the frames? */
677 current_offset = this_frame << 8;
678 ei_get_8390_hdr(dev, &rx_frame, this_frame);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A Daxnet_cs.c1434 unsigned char rxing_page, this_frame, next_frame; local
1447 this_frame = inb_p(e8390_base + EN0_BOUNDARY) + 1;
1448 if (this_frame >= ei_local->stop_page)
1449 this_frame = ei_local->rx_start_page;
1457 if (ei_debug > 0 && this_frame != ei_local->current_page && (this_frame!=0x0 || rxing_page!=0xFF))
1459 dev->name, this_frame, ei_local->current_page);
1461 if (this_frame == rxing_page) /* Read all the frames? */
1464 current_offset = this_frame << 8;
1465 ei_get_8390_hdr(dev, &rx_frame, this_frame);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394.c214 static void frame_prepare(struct video_card *video, unsigned int this_frame) argument
216 struct frame *f = video->frames[this_frame];
235 irq_printk("frame_prepare( %d ) ---------------------\n", this_frame);
527 this_frame, video->active_frame, video->n_clear_frames, video->first_clear_frame, last_frame);
565 irq_printk(" new frame %d linked onto DMA chain\n", this_frame);
577 video->active_frame = this_frame;

Completed in 400 milliseconds