Lines Matching refs:rcode
293 int gap_count, generation, grace, rcode;
366 rcode = fw_run_transaction(card, TCODE_LOCK_COMPARE_SWAP,
371 if (rcode == RCODE_GENERATION)
378 if (rcode == RCODE_COMPLETE && generation == card->generation)
383 if (rcode == RCODE_COMPLETE && bm_id != 0x3f) {
391 if (rcode == RCODE_SEND_ERROR) {
403 if (rcode != RCODE_COMPLETE && !keep_this_irm) {
412 fw_rcode_string(rcode), new_root_id);
497 rcode = fw_run_transaction(card, TCODE_WRITE_QUADLET_REQUEST,
501 if (rcode == RCODE_GENERATION)