OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Oct 20 20:10:13 GMT 2025