EHCI_QH_CHUNK
EHCI_QH_SIZE * EHCI_QH_CHUNK,
kmem_zalloc(sizeof(*sqh) * EHCI_QH_CHUNK, KM_SLEEP);
for (size_t i = 0; i < EHCI_QH_CHUNK; i++) {