Lines Matching refs:next_frame
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()
769 frame_add(urbp->ep_data->next_frame, urb->interval); in c67x00_add_iso_urb()