Home
last modified time | relevance | path

Searched refs:ED_LINK_LIMIT (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c44 #define ED_LINK_LIMIT 32 macro
1120 for (cur = head; cur && link_cnt++ < ED_LINK_LIMIT; cur = next_ed) { in ohci_service_ed_list()