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

  /src/sys/dev/usb/
ehcireg.h 402 #define EHCI_QH_CHUNK (EHCI_PAGE_SIZE / EHCI_QH_SIZE)
ehci.c 2922 EHCI_QH_SIZE * EHCI_QH_CHUNK,
2931 kmem_zalloc(sizeof(*sqh) * EHCI_QH_CHUNK, KM_SLEEP);
2934 for (size_t i = 0; i < EHCI_QH_CHUNK; i++) {

Completed in 15 milliseconds