Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c485 addr += (uintptr_t)&((struct xhci_hw_root *)0)->hwr_events[0]; in xhci_start_controller()
1076 temp = le32toh(phwr->hwr_events[i].dwTrb3); in xhci_interrupt_poll()
1086 i, event, (long long)le64toh(phwr->hwr_events[i].qwTrb0), in xhci_interrupt_poll()
1087 (long)le32toh(phwr->hwr_events[i].dwTrb2), in xhci_interrupt_poll()
1088 (long)le32toh(phwr->hwr_events[i].dwTrb3)); in xhci_interrupt_poll()
1092 xhci_check_transfer(sc, &phwr->hwr_events[i]); in xhci_interrupt_poll()
1095 retval |= xhci_check_command(sc, &phwr->hwr_events[i]); in xhci_interrupt_poll()
1125 addr += (uintptr_t)&((struct xhci_hw_root *)0)->hwr_events[i]; in xhci_interrupt_poll()
H A Dxhci.h372 struct xhci_trb hwr_events[XHCI_MAX_EVENTS]; member