Searched refs:reap_status (Results 1 – 1 of 1) sorted by relevance
177 enum libusb_transfer_status reap_status; member1872 tpriv->reap_status = LIBUSB_TRANSFER_COMPLETED; in submit_bulk_transfer()2285 tpriv->reap_status == LIBUSB_TRANSFER_COMPLETED) in handle_bulk_completion()2286 tpriv->reap_status = LIBUSB_TRANSFER_ERROR; in handle_bulk_completion()2308 tpriv->reap_status = LIBUSB_TRANSFER_NO_DEVICE; in handle_bulk_completion()2312 if (tpriv->reap_status == LIBUSB_TRANSFER_COMPLETED) in handle_bulk_completion()2313 tpriv->reap_status = LIBUSB_TRANSFER_STALL; in handle_bulk_completion()2318 if (tpriv->reap_status == LIBUSB_TRANSFER_COMPLETED) in handle_bulk_completion()2319 tpriv->reap_status = LIBUSB_TRANSFER_OVERFLOW; in handle_bulk_completion()2350 if (ERROR == tpriv->reap_action && LIBUSB_TRANSFER_COMPLETED == tpriv->reap_status) in handle_bulk_completion()[all …]