Searched refs:ux_stds (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Duhcivar.h69 uhci_soft_td_t **ux_stds; member in struct:uhci_xfer::__anon40
H A Duhci.c2014 uxfer->ux_stds = NULL;
2021 uxfer->ux_stds = kmem_alloc(sizeof(uhci_soft_td_t *) * ntd,
2031 kmem_free(uxfer->ux_stds,
2035 uxfer->ux_stds[i] = p;
2038 *sp = uxfer->ux_stds[0];
2052 uhci_soft_td_t *std = ux->ux_stds[i];
2060 ux->ux_stds[i]->link.std = sc->sc_freetds;
2104 std = uxfer->ux_stds[i];
2155 std = uxfer->ux_stds[i++];
2243 kmem_free(ux->ux_stds, sizeo
[all...]

Completed in 190 milliseconds