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

  /src/sys/dev/usb/
xhci.c 132 int16_t xp_isoc_next; /* next micro frame */ member in struct:xhci_pipe
2109 xpipe->xp_isoc_next = -1;
4631 if (xpipe->xp_isoc_next == -1) {
4639 xpipe->xp_isoc_next = roundup2(mfindex, ival) & mfmask;
4649 const unsigned frid = xpipe->xp_isoc_next /
4665 } else if (xpipe->xp_isoc_next == -1) {
4677 xpipe->xp_isoc_next = (xpipe->xp_isoc_next + ival) & mfmask;
xhci.c 132 int16_t xp_isoc_next; /* next micro frame */ member in struct:xhci_pipe
2109 xpipe->xp_isoc_next = -1;
4631 if (xpipe->xp_isoc_next == -1) {
4639 xpipe->xp_isoc_next = roundup2(mfindex, ival) & mfmask;
4649 const unsigned frid = xpipe->xp_isoc_next /
4665 } else if (xpipe->xp_isoc_next == -1) {
4677 xpipe->xp_isoc_next = (xpipe->xp_isoc_next + ival) & mfmask;
xhci.c 132 int16_t xp_isoc_next; /* next micro frame */ member in struct:xhci_pipe
2109 xpipe->xp_isoc_next = -1;
4631 if (xpipe->xp_isoc_next == -1) {
4639 xpipe->xp_isoc_next = roundup2(mfindex, ival) & mfmask;
4649 const unsigned frid = xpipe->xp_isoc_next /
4665 } else if (xpipe->xp_isoc_next == -1) {
4677 xpipe->xp_isoc_next = (xpipe->xp_isoc_next + ival) & mfmask;

Completed in 38 milliseconds