Lines Matching refs:qh_state

338 	u8			qh_state;  member
1248 BUG_ON(qh->qh_state != QH_STATE_IDLE); in qh_update()
1425 state = qh->qh_state; in qh_completions()
1426 qh->qh_state = QH_STATE_COMPLETING; in qh_completions()
1562 qh->qh_state = state; in qh_completions()
1905 qh->qh_state = QH_STATE_IDLE; in qh_make()
1938 if (qh->qh_state == QH_STATE_IDLE) in qh_link_async()
1949 qh->qh_state = QH_STATE_LINKED; in qh_link_async()
2070 if (likely(qh->qh_state == QH_STATE_IDLE)) in submit_async()
2088 qh->qh_state = QH_STATE_IDLE; in end_unlink_async()
2130 BUG_ON(oxu->reclaim || (qh->qh_state != QH_STATE_LINKED in start_unlink_async()
2131 && qh->qh_state != QH_STATE_UNLINK_WAIT)); in start_unlink_async()
2148 qh->qh_state = QH_STATE_UNLINK; in start_unlink_async()
2214 && qh->qh_state == QH_STATE_LINKED) in scan_async()
2400 qh->qh_state = QH_STATE_LINKED; in qh_link_periodic()
2448 qh->qh_state = QH_STATE_UNLINK; in qh_unlink_periodic()
2476 qh->qh_state = QH_STATE_IDLE; in intr_deschedule()
2636 if (qh->qh_state == QH_STATE_IDLE) { in intr_submit()
2830 if (qh->qh_state == QH_STATE_LINKED in unlink_async()
2839 qh->qh_state = QH_STATE_UNLINK_WAIT; in unlink_async()
2847 if (qh->qh_state == QH_STATE_LINKED) in unlink_async()
3051 oxu->async->qh_state = QH_STATE_LINKED; in oxu_hcd_init()
3376 switch (qh->qh_state) { in oxu_urb_dequeue()
3385 qh, qh->qh_state); in oxu_urb_dequeue()
3440 qh->qh_state = QH_STATE_IDLE; in oxu_endpoint_disable()
3441 switch (qh->qh_state) { in oxu_endpoint_disable()
3469 qh, ep->desc.bEndpointAddress, qh->qh_state, in oxu_endpoint_disable()