Searched refs:QH_STATE_IDLE (Results 1 – 3 of 3) sorted by relevance
2961 stopped = (state == QH_STATE_IDLE); in qh_completions()3228 if (state == QH_STATE_IDLE in qh_completions()4975 qh->qh_state = QH_STATE_IDLE; in qh_make()5424 if (qh->qh_state != QH_STATE_IDLE 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()8992 qh->qh_state = QH_STATE_IDLE; in ehci_endpoint_disable()9048 case QH_STATE_IDLE: /* fully unlinked */ in ehci_endpoint_disable()
356 qh1->qh_state = QH_STATE_IDLE; in intr_deschedule()560 if (qh1->qh_state == QH_STATE_IDLE) { in intr_submit()
1898 #define QH_STATE_IDLE 3 macro