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

/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci.c337 addr += (uintptr_t)&((struct xhci_hw_root *)0)->hwr_commands[0];
341 memset(phwr->hwr_commands, 0, sizeof(phwr->hwr_commands));
342 phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 = htole64(addr);
464 addr += (uintptr_t)&((struct xhci_hw_root *)0)->hwr_commands[0];
471 phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 = htole64(addr);
1205 phwr->hwr_commands[i].qwTrb0 = trb->qwTrb0;
1206 phwr->hwr_commands[i].dwTrb2 = trb->dwTrb2;
1219 phwr->hwr_commands[i].dwTrb3 = temp;
1224 addr += (uintptr_t)&((struct xhci_hw_root *)0)->hwr_commands[
[all...]
H A Dxhci.h381 struct xhci_trb hwr_commands[XHCI_MAX_COMMANDS]; member in struct:xhci_hw_root

Completed in 62 milliseconds