Lines Matching refs:rcode
719 int rcode;
728 rcode = RCODE_ADDRESS_ERROR;
730 rcode = RCODE_TYPE_ERROR;
734 rcode = RCODE_CONFLICT_ERROR;
736 rcode = RCODE_COMPLETE;
738 fw_send_response(card, r, rcode);
933 static void fwnet_write_complete(struct fw_card *card, int rcode,
940 if (rcode == RCODE_COMPLETE) {
943 if (printk_timed_ratelimit(&j, 1000) || rcode != last_rcode) {
946 rcode, errors_skipped);
949 last_rcode = rcode;