Home | History | Annotate | Download | only in usb

Lines Matching refs:ehci_soft_qtd_t

240 Static ehci_soft_qtd_t *ehci_alloc_sqtd(ehci_softc_t *);
241 Static void ehci_free_sqtd(ehci_softc_t *, ehci_soft_qtd_t *);
243 struct usbd_xfer *, int, int, ehci_soft_qtd_t **);
247 int, int, int *, ehci_soft_qtd_t **);
248 Static void ehci_append_sqtd(ehci_soft_qtd_t *, ehci_soft_qtd_t *);
282 Static void ehci_set_qh_qtd(ehci_soft_qh_t *, ehci_soft_qtd_t *);
295 Static void ehci_dump_sqtds(ehci_soft_qtd_t *);
296 Static void ehci_dump_sqtd(ehci_soft_qtd_t *);
950 ehci_soft_qtd_t *sqtd, *fsqtd, *lsqtd;
1119 ehci_soft_qtd_t *sqtd, *fsqtd, *lsqtd;
1735 ehci_dump_sqtds(ehci_soft_qtd_t *sqtd)
1757 ehci_dump_sqtd(ehci_soft_qtd_t *sqtd)
2225 ehci_set_qh_qtd(ehci_soft_qh_t *sqh, ehci_soft_qtd_t *sqtd)
2969 Static ehci_soft_qtd_t *
2972 ehci_soft_qtd_t *sqtd = NULL;
2995 ehci_soft_qtd_t *sqtds =
3028 ehci_free_sqtd(ehci_softc_t *sc, ehci_soft_qtd_t *sqtd)
3039 int alen, int rd, ehci_soft_qtd_t **sp)
3052 exfer->ex_sqtds = kmem_zalloc(sizeof(ehci_soft_qtd_t *) * nsqtd,
3060 ehci_soft_qtd_t *cur = ehci_alloc_sqtd(sc);
3077 kmem_free(exfer->ex_sqtds, sizeof(ehci_soft_qtd_t *) * nsqtd);
3090 ehci_soft_qtd_t *sqtd = exfer->ex_sqtds[i];
3102 ehci_append_sqtd(ehci_soft_qtd_t *sqtd, ehci_soft_qtd_t *prev)
3115 int length, int isread, int *toggle, ehci_soft_qtd_t **lsqtd)
3120 ehci_soft_qtd_t *sqtd, *prev;
3390 ehci_soft_qtd_t *sqtd, *fsqtd, *lsqtd;
3615 ehci_soft_qtd_t *setup, *status, *next;
3695 sizeof(ehci_soft_qtd_t *) * ex->ex_nsqtd);
3713 ehci_soft_qtd_t *setup, *status, *next;
3801 ehci_soft_qtd_t *end;
3961 kmem_free(ex->ex_sqtds, sizeof(ehci_soft_qtd_t *) * ex->ex_nsqtd);
3979 ehci_soft_qtd_t *end;
4160 kmem_free(ex->ex_sqtds, sizeof(ehci_soft_qtd_t *) * ex->ex_nsqtd);
4177 ehci_soft_qtd_t *end;