Home
last modified time | relevance | path

Searched refs:ehci_soft_sitd (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/usb/
Dehcivar.h80 #define ehci_soft_sitd ehci_soft_itd macro
82 #define EHCI_SITD_SIZE (roundup(sizeof(struct ehci_soft_sitd), EHCI_SITD_ALIGN))
210 LIST_HEAD(sc_freesitds, ehci_soft_sitd) sc_freesitds;
Dehci.c1206 struct ehci_soft_sitd *sitd; in ehci_idone()
2370 ehci_remove_sitd_chain(ehci_softc_t *sc, struct ehci_soft_sitd *sitd) in ehci_remove_sitd_chain()
2376 struct ehci_soft_sitd *prev = sitd->frame_list.prev; in ehci_remove_sitd_chain()
2404 ehci_free_sitd_chain(ehci_softc_t *sc, struct ehci_soft_sitd *sitd) in ehci_free_sitd_chain()
2408 struct ehci_soft_sitd *next = NULL; in ehci_free_sitd_chain()
3300 struct ehci_soft_sitd *sitd, *freesitd; in ehci_alloc_sitd()
3324 struct ehci_soft_sitd *sitds = in ehci_alloc_sitd()
3513 struct ehci_soft_sitd *sitd; in ehci_abort_isoc_xfer()