Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c290 addr += __offsetof(struct xhci_hw_root, hwr_commands[0]); in xhci_reset_command_queue_locked()
294 (void)memset_s(phwr->hwr_commands, sizeof(phwr->hwr_commands), 0, sizeof(phwr->hwr_commands)); in xhci_reset_command_queue_locked()
295 phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 = htole64(addr); in xhci_reset_command_queue_locked()
425 addr += __offsetof(struct xhci_hw_root, hwr_commands[0]); in xhci_start_controller()
432 phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 = htole64(addr); in xhci_start_controller()
1157 phwr->hwr_commands[i].qwTrb0 = trb->qwTrb0; in xhci_do_command()
1158 phwr->hwr_commands[i].dwTrb2 = trb->dwTrb2; in xhci_do_command()
1171 phwr->hwr_commands[ in xhci_do_command()
[all...]
H A Dxhci.h382 struct xhci_trb hwr_commands[XHCI_MAX_COMMANDS]; member

Completed in 5 milliseconds