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

  /src/sys/dev/usb/
xhcivar.h 55 u_int xx_isoc_done; member in struct:xhci_xfer
xhci.c 2530 xfer->ux_frlengths[xx->xx_isoc_done] -=
2532 xfer->ux_actlen += xfer->ux_frlengths[xx->xx_isoc_done];
2572 xfer->ux_frlengths[xx->xx_isoc_done] = 0;
2575 if (++xx->xx_isoc_done < xfer->ux_nframes)
4697 xx->xx_isoc_done = 0;

Completed in 16 milliseconds