Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dehci.c3379 struct ehci_soft_itd *itd = NULL, *pitd = NULL; in ehci_alloc_itd_chain() local
3418 if (pitd != NULL) in ehci_alloc_itd_chain()
3419 pitd->xfer_next = itd; in ehci_alloc_itd_chain()
3492 pitd = itd; in ehci_alloc_itd_chain()
3506 struct ehci_soft_itd *itd = NULL, *pitd = NULL; in ehci_alloc_sitd_chain() local
3535 if (pitd) in ehci_alloc_sitd_chain()
3536 pitd->xfer_next = itd; in ehci_alloc_sitd_chain()
3577 pitd = itd; in ehci_alloc_sitd_chain()