Searched refs:next_frame (Results 1 – 9 of 9) sorted by relevance
/drivers/net/ethernet/8390/ |
D | lib8390.c | 664 unsigned char rxing_page, this_frame, next_frame; in ei_receive() local 705 next_frame = this_frame + 1 + ((pkt_len+4)>>8); in ei_receive() 710 if (rx_frame.next != next_frame && in ei_receive() 711 rx_frame.next != next_frame + 1 && in ei_receive() 712 rx_frame.next != next_frame - num_rx_pages && in ei_receive() 713 rx_frame.next != next_frame + 1 - num_rx_pages) { in ei_receive() 759 next_frame = rx_frame.next; in ei_receive() 762 if (next_frame >= ei_local->stop_page) { in ei_receive() 764 next_frame); in ei_receive() 765 next_frame = ei_local->rx_start_page; in ei_receive() [all …]
|
D | axnet_cs.c | 1342 unsigned char rxing_page, this_frame, next_frame; in ei_receive() local 1380 next_frame = this_frame + 1 + ((pkt_len+4)>>8); in ei_receive() 1428 next_frame = rx_frame.next; in ei_receive() 1431 if (next_frame >= ei_local->stop_page) { in ei_receive() 1433 next_frame); in ei_receive() 1434 next_frame = ei_local->rx_start_page; in ei_receive() 1436 ei_local->current_page = next_frame; in ei_receive() 1437 outb_p(next_frame-1, e8390_base+EN0_BOUNDARY); in ei_receive()
|
/drivers/usb/c67x00/ |
D | c67x00-sched.c | 34 u16 next_frame; /* For int/isoc transactions */ member 242 if (frame_after(c67x00->current_frame, ep_data->next_frame)) in c67x00_ep_data_alloc() 243 ep_data->next_frame = in c67x00_ep_data_alloc() 263 ep_data->next_frame = frame_add(c67x00->current_frame, 1); in c67x00_ep_data_alloc() 402 urb->start_frame = urbp->ep_data->next_frame; in c67x00_urb_enqueue() 734 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_int_urb() 735 urbp->ep_data->next_frame = in c67x00_add_int_urb() 736 frame_add(urbp->ep_data->next_frame, urb->interval); in c67x00_add_int_urb() 746 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_iso_urb() 768 urbp->ep_data->next_frame = in c67x00_add_iso_urb() [all …]
|
/drivers/media/pci/tw5864/ |
D | tw5864-core.c | 128 struct tw5864_h264_frame *cur_frame, *next_frame; in tw5864_h264_isr() local 136 next_frame = &dev->h264_buf[next_frame_index]; in tw5864_h264_isr() 149 cur_frame = next_frame; in tw5864_h264_isr()
|
/drivers/usb/host/ |
D | fotg210.h | 126 unsigned next_frame; /* scan periodic, start here */ member
|
D | fotg210-hcd.c | 4270 fotg210->next_frame = now >> 3; in iso_stream_schedule() 4660 now_frame = (fotg210->next_frame - 1) & fmask; in scan_isoc() 4665 frame = fotg210->next_frame; in scan_isoc() 4677 fotg210->next_frame = now_frame; in scan_isoc()
|
/drivers/usb/gadget/function/ |
D | u_ether.c | 295 goto next_frame; in rx_complete() 305 next_frame: in rx_complete()
|
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | dma.c | 936 next_frame: in dma_rx() 984 goto next_frame; in dma_rx()
|
/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 1984 next_frame: in hfcmulti_tx() 2159 goto next_frame; in hfcmulti_tx() 2163 goto next_frame; in hfcmulti_tx() 2200 next_frame: in hfcmulti_rx() 2306 goto next_frame; in hfcmulti_rx() 2314 goto next_frame; in hfcmulti_rx() 2346 goto next_frame; in hfcmulti_rx()
|