HomeSort by: relevance | last modified time | path
    Searched refs:isoc_frame_index (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdintr.c 583 frame_desc = &urb->iso_descs[qtd->isoc_frame_index];
669 if (++qtd->isoc_frame_index == urb->packet_count) {
974 frame_desc = &qtd->urb->iso_descs[qtd->isoc_frame_index];
999 qtd->isoc_frame_index++;
1004 if (qtd->isoc_frame_index == qtd->urb->packet_count) {
1406 qtd->isoc_frame_index];
1466 qtd->isoc_frame_index++;
1468 qtd->isoc_frame_index == qtd->urb->packet_count) {
dwc2_hcd.h 329 * @isoc_frame_index: Index of the next frame descriptor for an isochronous
366 u16 isoc_frame_index; member in struct:dwc2_qtd
dwc2_hcdddma.c 924 if (++qtd->isoc_frame_index == qtd->urb->packet_count) {
dwc2_hcd.c 685 frame_desc = &urb->iso_descs[qtd->isoc_frame_index];

Completed in 16 milliseconds