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

  /src/sys/dev/usb/
ehci.c 4773 int trans_count, offs; local in function:ehci_device_isoc_transfer
4780 trans_count = 0;
4864 EHCI_ITD_SET_LEN(xfer->ux_frlengths[trans_count]) |
4868 offs += xfer->ux_frlengths[trans_count];
4869 trans_count++;
4871 if (trans_count >= xfer->ux_nframes) { /*Set IOC*/

Completed in 15 milliseconds