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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dlib8390.c679 unsigned char rxing_page, this_frame, next_frame; local
695 this_frame = ei_inb_p(e8390_base + EN0_BOUNDARY) + 1;
696 if (this_frame >= ei_local->stop_page)
697 this_frame = ei_local->rx_start_page;
705 if (ei_debug > 0 && this_frame != ei_local->current_page && (this_frame!=0x0 || rxing_page!=0xFF))
707 dev->name, this_frame, ei_local->current_page);
709 if (this_frame == rxing_page) /* Read all the frames? */
712 current_offset = this_frame << 8;
713 ei_get_8390_hdr(dev, &rx_frame, this_frame);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Daxnet_cs.c1406 unsigned char rxing_page, this_frame, next_frame; local
1419 this_frame = inb_p(e8390_base + EN0_BOUNDARY) + 1;
1420 if (this_frame >= ei_local->stop_page)
1421 this_frame = ei_local->rx_start_page;
1429 if (ei_debug > 0 && this_frame != ei_local->current_page && (this_frame!=0x0 || rxing_page!=0xFF))
1431 dev->name, this_frame, ei_local->current_page);
1433 if (this_frame == rxing_page) /* Read all the frames? */
1436 current_offset = this_frame << 8;
1437 ei_get_8390_hdr(dev, &rx_frame, this_frame);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 65 milliseconds