Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A Dcatc.c156 unsigned int ctrl_head, ctrl_tail; member
525 if (catc->ctrl_head != catc->ctrl_tail) in catc_ctrl_done()
542 q = catc->ctrl_queue + catc->ctrl_head; in catc_ctrl_async()
552 catc->ctrl_head = (catc->ctrl_head + 1) & (CTRL_QUEUE - 1); in catc_ctrl_async()
554 if (catc->ctrl_head == catc->ctrl_tail) { in catc_ctrl_async()
/openbmc/qemu/hw/usb/
H A Dhcd-ohci.h58 uint32_t ctrl_head, ctrl_cur; member
H A Dhcd-ohci.c351 ohci->ctrl_head = ohci->ctrl_cur = 0; in ohci_soft_reset()
1187 if (ohci->ctrl_cur && ohci->ctrl_cur != ohci->ctrl_head) { in ohci_process_lists()
1188 trace_usb_ohci_process_lists(ohci->ctrl_head, ohci->ctrl_cur); in ohci_process_lists()
1190 if (!ohci_service_ed_list(ohci, ohci->ctrl_head)) { in ohci_process_lists()
1550 retval = ohci->ctrl_head; in ohci_mem_read()
1694 ohci->ctrl_head = val & OHCI_EDPTR_MASK; in ohci_mem_write()
2022 VMSTATE_UINT32(ctrl_head, OHCIState),