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

/freebsd-current/sys/dev/usb/controller/
H A Dxhci.c287 addr += __offsetof(struct xhci_hw_root, hwr_commands[0]);
291 memset(phwr->hwr_commands, 0, sizeof(phwr->hwr_commands));
292 phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 = htole64(addr);
414 addr += __offsetof(struct xhci_hw_root, hwr_commands[0]);
421 phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 = htole64(addr);
1150 phwr->hwr_commands[i].qwTrb0 = trb->qwTrb0;
1151 phwr->hwr_commands[i].dwTrb2 = trb->dwTrb2;
1164 phwr->hwr_commands[i].dwTrb3 = temp;
1169 addr += __offsetof(struct xhci_hw_root, hwr_commands[
[all...]
H A Dxhci.h408 struct xhci_trb hwr_commands[XHCI_MAX_COMMANDS]; member in struct:xhci_hw_root

Completed in 176 milliseconds