Lines Matching refs:rcode
803 int sess_gen, sess_node, rcode; in tgt_agent_rw() local
812 rcode = RCODE_TYPE_ERROR; in tgt_agent_rw()
819 rcode = RCODE_TYPE_ERROR; in tgt_agent_rw()
828 rcode = tgt_agent_rw_agent_state(card, tcode, data, agent); in tgt_agent_rw()
831 rcode = tgt_agent_rw_agent_reset(card, tcode, data, agent); in tgt_agent_rw()
834 rcode = tgt_agent_rw_orb_pointer(card, tcode, data, agent); in tgt_agent_rw()
837 rcode = tgt_agent_rw_doorbell(card, tcode, data, agent); in tgt_agent_rw()
840 rcode = tgt_agent_rw_unsolicited_status_enable(card, tcode, in tgt_agent_rw()
843 rcode = RCODE_ADDRESS_ERROR; in tgt_agent_rw()
847 fw_send_response(card, request, rcode); in tgt_agent_rw()
1246 rcode = RCODE_COMPLETE; in sbp_rw_data() local
1308 rcode = sbp_run_transaction(card, tcode, node_id, in sbp_rw_data()
1312 if (rcode != RCODE_COMPLETE) in sbp_rw_data()
1323 if (rcode == RCODE_COMPLETE) { in sbp_rw_data()
1588 int rcode = RCODE_ADDRESS_ERROR; in sbp_mgt_agent_rw() local
1607 rcode = RCODE_CONFLICT_ERROR; in sbp_mgt_agent_rw()
1612 rcode = RCODE_CONFLICT_ERROR; in sbp_mgt_agent_rw()
1625 rcode = RCODE_COMPLETE; in sbp_mgt_agent_rw()
1628 rcode = RCODE_COMPLETE; in sbp_mgt_agent_rw()
1630 rcode = RCODE_TYPE_ERROR; in sbp_mgt_agent_rw()
1634 fw_send_response(card, request, rcode); in sbp_mgt_agent_rw()