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

  /src/sys/dev/usb/
ohcivar.h 161 ohci_soft_itd_t **ox_sitds; member in struct:ohci_xfer::__anonfcf8c704010a::__anonfcf8c7040308
ohci.c 3500 ox->ox_sitds = kmem_zalloc(sizeof(ohci_soft_itd_t *) * nsitd,
3511 ox->ox_sitds[i] = sitd;
3512 sitd->held = &ox->ox_sitds[i];
3522 ohci_free_sitd(sc, ox->ox_sitds[--i]);
3538 if (ox->ox_sitds[i] != opipe->tail.itd) {
3539 ohci_free_sitd_locked(sc, ox->ox_sitds[i]);
3546 kmem_free(ox->ox_sitds, sz);
3608 opipe->tail.itd = ox->ox_sitds[0];
3609 ox->ox_sitds[0] = sitd;
3610 sitd->held = &ox->ox_sitds[0]
    [all...]

Completed in 36 milliseconds