Searched refs:reap_action (Results 1 – 1 of 1) sorted by relevance
152 enum reap_action { enum174 enum reap_action reap_action; member1871 tpriv->reap_action = NORMAL; in submit_bulk_transfer()1945 tpriv->reap_action = EREMOTEIO == errno ? COMPLETED_EARLY : SUBMIT_FAILED; in submit_bulk_transfer()1952 if (COMPLETED_EARLY == tpriv->reap_action) in submit_bulk_transfer()2014 tpriv->reap_action = NORMAL; in submit_iso_transfer()2103 tpriv->reap_action = SUBMIT_FAILED; in submit_iso_transfer()2137 tpriv->reap_action = NORMAL; in submit_control_transfer()2198 if (tpriv->reap_action == ERROR) in op_cancel_transfer()2202 tpriv->reap_action = CANCELLED; in op_cancel_transfer()[all …]