Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c1508 uint_t qtd_control; in ehci_polled_insert_intr_qtd() local
1561 qtd_control = (tw->tw_direction | EHCI_QTD_CTRL_INTR_ON_COMPLETE); in ehci_polled_insert_intr_qtd()
1567 ehci_polled_fill_in_qtd(ehcip, curr_dummy_qtd, qtd_control, in ehci_polled_insert_intr_qtd()
1589 uint_t qtd_control; in ehci_polled_insert_bulk_qtd() local
1619 qtd_control = (tw->tw_direction | EHCI_QTD_CTRL_INTR_ON_COMPLETE); in ehci_polled_insert_bulk_qtd()
1625 ehci_polled_fill_in_qtd(ehcip, curr_dummy_qtd, qtd_control, in ehci_polled_insert_bulk_qtd()