sys/dev/usb/ehci.c
1283
struct ehci_qh *qh = &sqh->qh;
sys/dev/usb/ehci.c
1541
usb_syncmem(&head->dma, head->offs + offsetof(struct ehci_qh, qh_link),
sys/dev/usb/ehci.c
1546
usb_syncmem(&sqh->dma, sqh->offs + offsetof(struct ehci_qh, qh_link),
sys/dev/usb/ehci.c
1552
usb_syncmem(&head->dma, head->offs + offsetof(struct ehci_qh, qh_link),
sys/dev/usb/ehci.c
1565
usb_syncmem(&sqh->dma, sqh->offs + offsetof(struct ehci_qh, qh_link),
sys/dev/usb/ehci.c
1572
sqh->prev->offs + offsetof(struct ehci_qh, qh_link),
sys/dev/usb/ehci.c
1594
sqh->offs + offsetof(struct ehci_qh, qh_qtd.qtd_status),
sys/dev/usb/ehci.c
1608
sqh->offs + offsetof(struct ehci_qh, qh_qtd.qtd_status),
sys/dev/usb/ehci.c
2278
memset(&sqh->qh, 0, sizeof(struct ehci_qh));
sys/dev/usb/ehci.c
2668
sqh->offs + offsetof(struct ehci_qh, qh_qtd.qtd_status),
sys/dev/usb/ehci.c
2673
sqh->offs + offsetof(struct ehci_qh, qh_qtd.qtd_status),
sys/dev/usb/ehcivar.h
46
struct ehci_qh qh;