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

  /src/sys/dev/usb/
ohcivar.h 156 ohci_soft_td_t **ox_stds; member in struct:ohci_xfer::__anonfcf8c704010a::__anonfcf8c7040208
ohci.c 552 ox->ox_stds = kmem_zalloc(sizeof(ohci_soft_td_t *) * nstd,
563 ox->ox_stds[j] = cur;
564 cur->held = &ox->ox_stds[j];
575 kmem_free(ox->ox_stds, sizeof(ohci_soft_td_t *) * nstd);
588 ohci_soft_td_t *std = ox->ox_stds[i];
641 next = ox->ox_stds[j++];
2765 ohci_soft_td_t *std = ox->ox_stds[i];
2775 kmem_free(ox->ox_stds, sz);
2857 next = ox->ox_stds[0];
2868 std = ox->ox_stds[0]
    [all...]

Completed in 12 milliseconds