Lines Matching defs:isoc
278 struct isoc {
280 } isoc;
1635 opipe->isoc.inuse -= xfer->ux_nframes;
3585 struct isoc *isoc = &opipe->isoc;
3588 isoc->inuse, isoc->next, (uintptr_t)xfer, xfer->ux_nframes);
3597 if (isoc->next == -1) {
3603 isoc->next = O32TOH(sc->sc_hcca->hcca_frame_number) + 5;
3604 DPRINTFN(2,"start next=%jd", isoc->next, 0, 0, 0);
3658 OHCI_ITD_SET_SF(isoc->next) |
3676 isoc->next = isoc->next + ncur;
3698 OHCI_ITD_SET_SF(isoc->next) |
3715 isoc->next = isoc->next + ncur;
3716 isoc->inuse += nframes;
3820 struct isoc *isoc = &opipe->isoc;
3822 isoc->next = -1;
3823 isoc->inuse = 0;