Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1948 int i, total_tws; in ehci_start_intr_polling() local
1953 total_tws = pp->pp_max_periodic_req_cnt - pp->pp_cur_periodic_req_cnt; in ehci_start_intr_polling()
1954 for (i = 0; i < total_tws; i += 1) { in ehci_start_intr_polling()
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5191 int i, total_tws; in ohci_start_pipe_polling() local
5217 total_tws = pp->pp_max_periodic_req_cnt - pp->pp_cur_periodic_req_cnt; in ohci_start_pipe_polling()
5218 for (i = 0; i < total_tws; i++) { in ohci_start_pipe_polling()