Lines Matching refs:td_no
2081 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()
2781 itd_offset[td_no] = buf_offset; in ehci_device_isoc_hs_enter()
2786 td->itd_status[td_no] = 0; /* not active */ in ehci_device_isoc_hs_enter()
2787 itd_offset[td_no] = buf_offset; in ehci_device_isoc_hs_enter()
2790 td_no++; in ehci_device_isoc_hs_enter()
2792 if ((td_no == 8) || (nframes == 0)) { in ehci_device_isoc_hs_enter()
2794 for (x = td_no; x != 8; x++) { in ehci_device_isoc_hs_enter()
2801 itd_offset[td_no] = buf_offset; in ehci_device_isoc_hs_enter()
2811 for (x = 0; x != td_no; x++) { in ehci_device_isoc_hs_enter()
2845 td->itd_status[td_no - 1] |= htohc32(sc, EHCI_ITD_IOC); in ehci_device_isoc_hs_enter()
2858 td_no = 0; in ehci_device_isoc_hs_enter()