HomeSort by: relevance | last modified time | path
    Searched defs:next_idx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdddma.c 583 u16 next_idx; local in function:dwc2_init_isoc_dma_desc
589 next_idx = dwc2_desclist_idx_inc(qh->td_last, inc, qh->dev_speed);
598 if (dwc2_frame_idx_num_gt(cur_idx, next_idx) || (cur_idx == next_idx)) {
dwc2_hcdddma.c 583 u16 next_idx; local in function:dwc2_init_isoc_dma_desc
589 next_idx = dwc2_desclist_idx_inc(qh->td_last, inc, qh->dev_speed);
598 if (dwc2_frame_idx_num_gt(cur_idx, next_idx) || (cur_idx == next_idx)) {

Completed in 111 milliseconds