Lines Matching refs:qh_state
2959 state = qh->qh_state; in qh_completions()
2960 qh->qh_state = QH_STATE_COMPLETING; in qh_completions()
3367 qh->qh_state = state; in qh_completions()
4975 qh->qh_state = QH_STATE_IDLE; in qh_make()
5117 qh->qh_state = QH_STATE_LINKED; in qh_link_async()
5203 qh->qh_state = QH_STATE_LINKED;
5424 if (qh->qh_state != QH_STATE_IDLE in qh_append_tds()
5426 && qh->qh_state != QH_STATE_COMPLETING) in qh_append_tds()
5697 if (likely (qh->qh_state == QH_STATE_IDLE)) in submit_async()
5775 qh->qh_state = QH_STATE_IDLE; in end_unlink_async()
5908 || (qh->qh_state != QH_STATE_LINKED in start_unlink_async()
5909 && qh->qh_state != QH_STATE_UNLINK_WAIT) in start_unlink_async()
5978 qh->qh_state = QH_STATE_UNLINK; in start_unlink_async()
6288 && qh->qh_state == QH_STATE_LINKED) in scan_async()
6342 if (!ehci->reclaim && qh->qh_state == QH_STATE_LINKED) in scan_async()
7089 ehci->async->qh_state = QH_STATE_LINKED; in ehci_start()
8485 if (qh->qh_state == QH_STATE_LINKED in ehci_urb_dequeue()
8495 qh->qh_state = QH_STATE_UNLINK_WAIT; in ehci_urb_dequeue()
8550 if (qh->qh_state == QH_STATE_LINKED) in ehci_urb_dequeue()
8688 if (qh->qh_state == QH_STATE_LINKED) { in ehci_urb_dequeue()
8992 qh->qh_state = QH_STATE_IDLE; in ehci_endpoint_disable()
9042 switch (qh->qh_state) { in ehci_endpoint_disable()
9110 qh, epnum, qh->qh_state, in ehci_endpoint_disable()