Home | Sort by: relevance | last modified time | path |
/src/sys/dev/usb/ | |
ohcivar.h | 162 size_t ox_nsitd; member in struct:ohci_xfer::__anonfcf8c704010a::__anonfcf8c7040308 |
ohci.c | 3502 ox->ox_nsitd = nsitd; 3537 for (size_t i = 0; i < ox->ox_nsitd; i++) { 3544 if (ox->ox_nsitd) { 3545 const size_t sz = sizeof(ohci_soft_itd_t *) * ox->ox_nsitd; 3653 KASSERT(j < ox->ox_nsitd); 3684 KASSERT(j <= ox->ox_nsitd); |