Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-uhci.c105 uint32_t el_link; member
1003 le32_to_cpus(&qh.el_link); in uhci_process_frame()
1005 if (!is_valid(qh.el_link)) { in uhci_process_frame()
1012 link = qh.el_link; in uhci_process_frame()
1052 qh.el_link = link; in uhci_process_frame()
1053 val = cpu_to_le32(qh.el_link); in uhci_process_frame()