HomeSort by: relevance | last modified time | path
    Searched refs:ehci_qh_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
ehcireg.h 355 typedef struct ehci_qh_t { struct
402 } ehci_qh_t; typedef in typeref:struct:ehci_qh_t
404 #define EHCI_QH_SIZE (roundup(sizeof(ehci_qh_t), EHCI_QH_ALLOC_ALIGN))
ehcivar.h 48 ehci_qh_t *qh;
ehci.c 1814 ehci_qh_t *qh = sqh->qh;
2177 usb_syncmem(&head->dma, head->offs + offsetof(ehci_qh_t, qh_link),
2183 usb_syncmem(&sqh->dma, sqh->offs + offsetof(ehci_qh_t, qh_link),
2189 usb_syncmem(&head->dma, head->offs + offsetof(ehci_qh_t, qh_link),
2214 usb_syncmem(&sqh->dma, sqh->offs + offsetof(ehci_qh_t, qh_link),
2218 usb_syncmem(&p->dma, p->offs + offsetof(ehci_qh_t, qh_link),
2239 sqh->offs + offsetof(ehci_qh_t, qh_qtd.qtd_status),
2256 sqh->offs + offsetof(ehci_qh_t, qh_qtd.qtd_status),
3418 sqh->offs + offsetof(ehci_qh_t, qh_qtd.qtd_status),
3424 sqh->offs + offsetof(ehci_qh_t, qh_qtd.qtd_status)
    [all...]

Completed in 94 milliseconds