Searched refs:isoc_frame_index_last (Results 1 – 2 of 2) sorted by relevance
516 frame_desc = &qtd->urb->iso_descs[qtd->isoc_frame_index_last]; in dwc2_fill_host_isoc_dma_desc()529 if (qtd->isoc_frame_index_last == qtd->urb->packet_count) in dwc2_fill_host_isoc_dma_desc()534 qtd->isoc_frame_index_last++; in dwc2_fill_host_isoc_dma_desc()559 while (qh->ntd < ntd_max && qtd->isoc_frame_index_last < in dwc2_init_isoc_dma_desc()811 frame_desc = &qtd->urb->iso_descs[qtd->isoc_frame_index_last]; in dwc2_cmpl_host_isoc_dma_desc()
346 u16 isoc_frame_index_last; member