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

  /src/sys/dev/usb/
ohcivar.h 151 ohci_soft_td_t *ox_setup; member in struct:ohci_xfer
ohci.c 2722 ox->ox_setup = setup;
2725 setup->held = &ox->ox_setup;
2761 if (ox->ox_setup != opipe->tail.td) {
2762 ohci_free_std_locked(sc, ox->ox_setup);
2823 opipe->tail.td = ox->ox_setup;
2824 ox->ox_setup = setup;
2825 setup->held = &ox->ox_setup;

Completed in 14 milliseconds