Searched refs:td_no (Results 1 – 1 of 1) sorted by relevance
2058 uint8_t td_no = 0; in ehci_isoc_hs_done() local2081 status = hc32toh(sc, td->itd_status[td_no]); in ehci_isoc_hs_done()2087 if (xfer->endpoint->usb_smask & (1 << td_no)) { in ehci_isoc_hs_done()2107 td_no++; in ehci_isoc_hs_done()2109 if ((td_no == 8) || (nframes == 0)) { in ehci_isoc_hs_done()2114 td_no = 0; in ehci_isoc_hs_done()2740 uint8_t td_no; local2794 td_no = 0;2832 if (xfer->endpoint->usb_smask & (1 << td_no)) {2836 td->itd_status[td_no] = htohc32(sc, status);[all …]