OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ox_sitds
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
ohcivar.h
161
ohci_soft_itd_t **
ox_sitds
;
member in struct:ohci_xfer::__anonfcf8c704010a::__anonfcf8c7040308
ohci.c
3500
ox->
ox_sitds
= kmem_zalloc(sizeof(ohci_soft_itd_t *) * nsitd,
3511
ox->
ox_sitds
[i] = sitd;
3512
sitd->held = &ox->
ox_sitds
[i];
3522
ohci_free_sitd(sc, ox->
ox_sitds
[--i]);
3538
if (ox->
ox_sitds
[i] != opipe->tail.itd) {
3539
ohci_free_sitd_locked(sc, ox->
ox_sitds
[i]);
3546
kmem_free(ox->
ox_sitds
, sz);
3608
opipe->tail.itd = ox->
ox_sitds
[0];
3609
ox->
ox_sitds
[0] = sitd;
3610
sitd->held = &ox->
ox_sitds
[0]
[
all
...]
Completed in 36 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025