Lines Matching refs:rcode
708 int rcode;
715 rcode = RCODE_COMPLETE;
717 rcode = RCODE_ADDRESS_ERROR;
719 rcode = RCODE_TYPE_ERROR;
723 rcode = RCODE_CONFLICT_ERROR;
725 rcode = RCODE_COMPLETE;
728 fw_send_response(card, r, rcode);
923 static void fwnet_write_complete(struct fw_card *card, int rcode,
930 if (rcode == RCODE_COMPLETE) {
933 if (printk_timed_ratelimit(&j, 1000) || rcode != last_rcode) {
936 rcode, errors_skipped);
939 last_rcode = rcode;