Lines Matching refs:next_frame
48 u16 next_frame; /* For int/isoc transactions */ member
256 if (frame_after(c67x00->current_frame, ep_data->next_frame)) in c67x00_ep_data_alloc()
257 ep_data->next_frame = in c67x00_ep_data_alloc()
277 ep_data->next_frame = frame_add(c67x00->current_frame, 1); in c67x00_ep_data_alloc()
416 urb->start_frame = urbp->ep_data->next_frame; in c67x00_urb_enqueue()
747 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_int_urb()
748 urbp->ep_data->next_frame = in c67x00_add_int_urb()
749 frame_add(urbp->ep_data->next_frame, urb->interval); in c67x00_add_int_urb()
759 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_iso_urb()
781 urbp->ep_data->next_frame = in c67x00_add_iso_urb()
782 frame_add(urbp->ep_data->next_frame, urb->interval); in c67x00_add_iso_urb()