Lines Matching refs:qh_state
824 BUG_ON(qh->qh_state != QH_STATE_IDLE); in qh_update()
1001 state = qh->qh_state; in qh_completions()
1002 qh->qh_state = QH_STATE_COMPLETING; in qh_completions()
1140 qh->qh_state = state; in qh_completions()
1486 qh->qh_state = QH_STATE_IDLE; in qh_make()
1519 if (qh->qh_state == QH_STATE_IDLE) in qh_link_async()
1530 qh->qh_state = QH_STATE_LINKED; in qh_link_async()
1652 if (likely(qh->qh_state == QH_STATE_IDLE)) in submit_async()
1670 qh->qh_state = QH_STATE_IDLE; in end_unlink_async()
1712 if (oxu->reclaim || (qh->qh_state != QH_STATE_LINKED in start_unlink_async()
1713 && qh->qh_state != QH_STATE_UNLINK_WAIT)) in start_unlink_async()
1731 qh->qh_state = QH_STATE_UNLINK; in start_unlink_async()
1797 && qh->qh_state == QH_STATE_LINKED) in scan_async()
1983 qh->qh_state = QH_STATE_LINKED; in qh_link_periodic()
2031 qh->qh_state = QH_STATE_UNLINK; in qh_unlink_periodic()
2059 qh->qh_state = QH_STATE_IDLE; in intr_deschedule()
2219 if (qh->qh_state == QH_STATE_IDLE) { in intr_submit()
2415 if (qh->qh_state == QH_STATE_LINKED in unlink_async()
2424 qh->qh_state = QH_STATE_UNLINK_WAIT; in unlink_async()
2432 if (qh->qh_state == QH_STATE_LINKED) in unlink_async()
2636 oxu->async->qh_state = QH_STATE_LINKED; in oxu_hcd_init()
2966 switch (qh->qh_state) { in oxu_urb_dequeue()
2975 qh, qh->qh_state); in oxu_urb_dequeue()
3030 qh->qh_state = QH_STATE_IDLE; in oxu_endpoint_disable()
3031 switch (qh->qh_state) { in oxu_endpoint_disable()
3059 qh, ep->desc.bEndpointAddress, qh->qh_state, in oxu_endpoint_disable()