Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1946 int i, total_tws; in ehci_start_intr_polling() local
1951 total_tws = pp->pp_max_periodic_req_cnt - pp->pp_cur_periodic_req_cnt; in ehci_start_intr_polling()
1952 for (i = 0; i < total_tws; i += 1) { in ehci_start_intr_polling()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5173 int i, total_tws; in ohci_start_pipe_polling() local
5199 total_tws = pp->pp_max_periodic_req_cnt - pp->pp_cur_periodic_req_cnt; in ohci_start_pipe_polling()
5200 for (i = 0; i < total_tws; i++) { in ohci_start_pipe_polling()