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

/netbsd-current/sys/dev/usb/
H A Duhcivar.h70 size_t ux_nstd; member in struct:uhci_xfer::__anon40
H A Duhci.c2015 uxfer->ux_nstd = ntd;
2028 uxfer->ux_nstd = i;
2051 for (size_t i = 0; i < ux->ux_nstd; i++) {
2102 for (offs = i = 0; len != 0 && i < uxfer->ux_nstd; i++, prev = std) {
2147 xfer, length, len, maxp, uxfer->ux_nstd, i);
2153 KASSERTMSG(i < uxfer->ux_nstd, "i=%zu nstd=%zu", i,
2154 uxfer->ux_nstd);
2241 if (ux->ux_nstd) {
2243 kmem_free(ux->ux_stds, sizeof(uhci_soft_td_t *) * ux->ux_nstd);
2456 if (ux->ux_nstd) {
[all...]

Completed in 198 milliseconds