Searched refs:alt_next_log (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Dehci_hardware.h210 struct ehci_qtd *alt_next_log; member in struct:ehci_qtd
H A Dehci.cpp1004 if (descriptor->alt_next_log != NULL) {
1005 descriptor = descriptor->alt_next_log;
1961 if (descriptor->alt_next_log != NULL) {
1962 descriptor = descriptor->alt_next_log;
2558 result->alt_next_log = NULL;
2731 first->alt_next_log = alt;
2734 first->alt_next_log = NULL;

Completed in 21 milliseconds