Home | Sort by: relevance | last modified time | path |
/src/sys/dev/usb/ | |
ehcivar.h | 50 struct ehci_soft_qtd *sqtd; member in struct:ehci_soft_qh |
ehci.c | 624 sqh->sqtd = NULL; 665 sqh->sqtd = NULL; 950 ehci_soft_qtd_t *sqtd, *fsqtd, *lsqtd; local in function:ehci_check_qh_intr 984 for (sqtd = fsqtd; sqtd != lsqtd; sqtd = sqtd->nextqtd) { 985 usb_syncmem(&sqtd->dma, 986 sqtd->offs + offsetof(ehci_qtd_t, qtd_status), 987 sizeof(sqtd->qtd->qtd_status) 1119 ehci_soft_qtd_t *sqtd, *fsqtd, *lsqtd; local in function:ehci_idone 2972 ehci_soft_qtd_t *sqtd = NULL; local in function:ehci_alloc_sqtd 3090 ehci_soft_qtd_t *sqtd = exfer->ex_sqtds[i]; local in function:ehci_free_sqtds 3120 ehci_soft_qtd_t *sqtd, *prev; local in function:ehci_reset_sqtd_chain 3390 ehci_soft_qtd_t *sqtd, *fsqtd, *lsqtd; local in function:ehci_abortx [all...] |