Searched refs:td_no (Results 1 – 1 of 1) sorted by relevance
2039 uint8_t td_no = 0; in ehci_isoc_hs_done() local2062 status = hc32toh(sc, td->itd_status[td_no]); in ehci_isoc_hs_done()2068 if (xfer->endpoint->usb_smask & (1 << td_no)) { in ehci_isoc_hs_done()2087 td_no++; in ehci_isoc_hs_done()2089 if ((td_no == 8) || (nframes == 0)) { in ehci_isoc_hs_done()2094 td_no = 0; in ehci_isoc_hs_done()2716 uint8_t td_no; local2770 td_no = 0;2808 if (xfer->endpoint->usb_smask & (1 << td_no)) {2812 td->itd_status[td_no] = htohc32(sc, status);[all …]