Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1110 (head->tw->tw_claim == UHCI_NOT_CLAIMED)) { in uhci_process_submitted_td_queue()
1149 tw->tw_claim = UHCI_INTR_HDLR_CLAIMED; in uhci_handle_intr_td()
1204 tw->tw_claim = UHCI_NOT_CLAIMED; in uhci_handle_intr_td()
1273 tw->tw_claim = UHCI_NOT_CLAIMED; in uhci_handle_intr_td()
1667 tw->tw_claim = UHCI_INTR_HDLR_CLAIMED; in uhci_handle_ctrl_td()
1783 tw->tw_claim = UHCI_NOT_CLAIMED; in uhci_handle_one_xfer_completion()
H A Duhciutil.c1651 tw->tw_claim = UHCI_INTR_HDLR_CLAIMED; in uhci_insert_intr_td()
1690 tw->tw_claim = UHCI_NOT_CLAIMED; in uhci_insert_intr_td()
1705 tw->tw_claim = UHCI_NOT_CLAIMED; in uhci_insert_intr_td()
2100 tw_head->tw_claim = UHCI_MODIFY_TD_BITS_CLAIMED; in uhci_modify_td_active_bits()
2624 if (tw_tmp->tw_claim != UHCI_MODIFY_TD_BITS_CLAIMED) { in uhci_remove_tds_tws()
4340 tw->tw_claim = UHCI_INTR_HDLR_CLAIMED; in uhci_handle_isoc_td()
4675 head->tw->tw_claim = UHCI_TIMEOUT_HDLR_CLAIMED; in uhci_cmd_timeout_hdlr()
4705 if (head->tw->tw_claim == UHCI_TIMEOUT_HDLR_CLAIMED) { in uhci_cmd_timeout_hdlr()
4706 head->tw->tw_claim = UHCI_NOT_CLAIMED; in uhci_cmd_timeout_hdlr()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h401 uint_t tw_claim; member