Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dehci.c2081 uint8_t td_no = 0; in ehci_isoc_hs_done() local
2104 status = hc32toh(sc, td->itd_status[td_no]); in ehci_isoc_hs_done()
2110 if (xfer->endpoint->usb_smask & (1 << td_no)) { in ehci_isoc_hs_done()
2129 td_no++; in ehci_isoc_hs_done()
2131 if ((td_no == 8) || (nframes == 0)) { in ehci_isoc_hs_done()
2136 td_no = 0; in ehci_isoc_hs_done()
2715 uint8_t td_no; in ehci_device_isoc_hs_enter() local
2738 td_no = 0; in ehci_device_isoc_hs_enter()
2776 if (xfer->endpoint->usb_smask & (1 << td_no)) { in ehci_device_isoc_hs_enter()
2780 td->itd_status[td_no] = htohc32(sc, status); in ehci_device_isoc_hs_enter()
[all …]