| /linux/sound/firewire/ |
| A D | lib.c | 38 int generation, rcode, tries = 0; in snd_fw_transaction() local 46 rcode = fw_run_transaction(device->card, tcode, in snd_fw_transaction() 51 if (rcode == RCODE_COMPLETE) in snd_fw_transaction() 54 if (rcode == RCODE_GENERATION && (flags & FW_FIXED_GENERATION)) in snd_fw_transaction() 57 if (rcode_is_permanent_error(rcode) || ++tries >= 3) { in snd_fw_transaction() 61 fw_rcode_string(rcode)); in snd_fw_transaction()
|
| A D | lib.h | 21 static inline bool rcode_is_permanent_error(int rcode) in rcode_is_permanent_error() argument 23 return rcode == RCODE_TYPE_ERROR || rcode == RCODE_ADDRESS_ERROR; in rcode_is_permanent_error()
|
| /linux/sound/firewire/fireworks/ |
| A D | fireworks_transaction.c | 136 *rcode = RCODE_CONFLICT_ERROR; in copy_resp_to_buf() 159 *rcode = RCODE_COMPLETE; in copy_resp_to_buf() 191 copy_resp_to_buf(efw, data, length, rcode); in handle_resp_for_user() 219 *rcode = RCODE_COMPLETE; in handle_resp_for_kernel() 231 int rcode, dummy; in efw_response() local 234 rcode = RCODE_TYPE_ERROR; in efw_response() 236 rcode = RCODE_DATA_ERROR; in efw_response() 239 rcode = RCODE_ADDRESS_ERROR; in efw_response() 246 data, length, &rcode, seqnum); in efw_response() 252 data, length, &rcode); in efw_response() [all …]
|
| /linux/drivers/firewire/ |
| A D | core-transaction.c | 391 int rcode; member 399 if (rcode == RCODE_COMPLETE) in transaction_callback() 401 d->rcode = rcode; in transaction_callback() 436 return d.rcode; in fw_run_transaction() 1098 if ((unsigned int)rcode < ARRAY_SIZE(names) && names[rcode]) in fw_rcode_string() 1099 return names[rcode]; in fw_rcode_string() 1161 int rcode = RCODE_COMPLETE; in handle_registers() local 1188 rcode = RCODE_TYPE_ERROR; in handle_registers() 1196 rcode = RCODE_TYPE_ERROR; in handle_registers() 1208 rcode = RCODE_TYPE_ERROR; in handle_registers() [all …]
|
| A D | packet-serdes-test.c | 64 unsigned int rcode) in serialize_async_header_response() argument 74 unsigned int rcode) in serialize_async_header_quadlet_response() argument 77 rcode); in serialize_async_header_quadlet_response() 88 rcode); in serialize_async_header_block_response() 144 unsigned int *rcode) in deserialize_async_header_response() argument 369 unsigned int rcode; in test_async_header_write_response() local 383 src_id, rcode); in test_async_header_write_response() 439 unsigned int rcode; in test_async_header_read_quadlet_response() local 456 src_id, rcode); in test_async_header_read_quadlet_response() 518 unsigned int rcode; in test_async_header_read_block_response() local [all …]
|
| A D | core-card.c | 293 int gap_count, generation, grace, rcode; in bm_work() local 366 rcode = fw_run_transaction(card, TCODE_LOCK_COMPARE_SWAP, in bm_work() 371 if (rcode == RCODE_GENERATION) in bm_work() 378 if (rcode == RCODE_COMPLETE && generation == card->generation) in bm_work() 383 if (rcode == RCODE_COMPLETE && bm_id != 0x3f) { in bm_work() 391 if (rcode == RCODE_SEND_ERROR) { in bm_work() 403 if (rcode != RCODE_COMPLETE && !keep_this_irm) { in bm_work() 412 fw_rcode_string(rcode), new_root_id); in bm_work() 525 rcode = fw_run_transaction(card, TCODE_WRITE_QUADLET_REQUEST, in bm_work() 529 if (rcode == RCODE_GENERATION) in bm_work()
|
| A D | uapi-test.c | 24 KUNIT_EXPECT_EQ(test, 12, offsetof(struct fw_cdev_event_response, rcode)); in structure_layout_event_response() 55 KUNIT_EXPECT_EQ(test, 12, offsetof(struct fw_cdev_event_response2, rcode)); in structure_layout_event_response2() 69 KUNIT_EXPECT_EQ(test, 12, offsetof(struct fw_cdev_event_phy_packet2, rcode)); in structure_layout_event_phy_packet2()
|
| A D | core-cdev.c | 589 rsp->rcode = rcode; in complete_transaction() 612 rsp->rcode = rcode; in complete_transaction() 1564 u32 rcode; in outbound_phy_packet_callback() local 1572 rcode = RCODE_COMPLETE; in outbound_phy_packet_callback() 1576 rcode = RCODE_COMPLETE; in outbound_phy_packet_callback() 1581 rcode = RCODE_BUSY; in outbound_phy_packet_callback() 1584 rcode = RCODE_DATA_ERROR; in outbound_phy_packet_callback() 1587 rcode = RCODE_TYPE_ERROR; in outbound_phy_packet_callback() 1591 rcode = status; in outbound_phy_packet_callback() 1600 pp->rcode = rcode; in outbound_phy_packet_callback() [all …]
|
| A D | sbp2.c | 260 int rcode; member 440 iter->rcode = RCODE_COMPLETE; in sbp2_status_write() 475 if (orb->rcode == -1) in complete_transaction() 476 orb->rcode = rcode; in complete_transaction() 477 if (orb->rcode != RCODE_COMPLETE) { in complete_transaction() 530 orb->rcode = RCODE_CANCELLED; in sbp2_cancel_orbs() 614 orb->base.rcode); in sbp2_send_management_orb() 618 if (orb->base.rcode != RCODE_COMPLETE) { in sbp2_send_management_orb() 620 orb->base.rcode); in sbp2_send_management_orb() 659 int rcode, void *payload, size_t length, void *data) in complete_agent_reset_write_no_wait() argument [all …]
|
| A D | core-device.c | 549 int i, rcode; in read_rom() local 555 rcode = fw_run_transaction(device->card, in read_rom() 558 if (rcode != RCODE_BUSY) in read_rom() 564 return rcode; in read_rom() 937 int rcode; in set_broadcast_channel() local 957 rcode = fw_run_transaction(card, TCODE_READ_QUADLET_REQUEST, in set_broadcast_channel() 961 switch (rcode) { in set_broadcast_channel() 1164 int i, rcode; in reread_config_rom() local 1167 rcode = read_rom(device, generation, i, &q); in reread_config_rom() 1168 if (rcode != RCODE_COMPLETE) in reread_config_rom() [all …]
|
| A D | net.c | 708 int rcode; in fwnet_receive_packet() local 715 rcode = RCODE_COMPLETE; in fwnet_receive_packet() 717 rcode = RCODE_ADDRESS_ERROR; in fwnet_receive_packet() 719 rcode = RCODE_TYPE_ERROR; in fwnet_receive_packet() 723 rcode = RCODE_CONFLICT_ERROR; in fwnet_receive_packet() 725 rcode = RCODE_COMPLETE; in fwnet_receive_packet() 728 fw_send_response(card, r, rcode); in fwnet_receive_packet() 923 static void fwnet_write_complete(struct fw_card *card, int rcode, in fwnet_write_complete() argument 930 if (rcode == RCODE_COMPLETE) { in fwnet_write_complete() 936 rcode, errors_skipped); in fwnet_write_complete() [all …]
|
| A D | packet-header-definitions.h | 137 unsigned int rcode) in async_header_set_rcode() argument 140 header[1] |= (((u32)rcode) << ASYNC_HEADER_Q1_RCODE_SHIFT) & ASYNC_HEADER_Q1_RCODE_MASK; in async_header_set_rcode()
|
| /linux/drivers/scsi/aacraid/ |
| A D | commctrl.c | 491 s32 rcode = 0; in aac_send_raw_srb() local 522 rcode = -EFAULT; in aac_send_raw_srb() 528 rcode = -EINVAL; in aac_send_raw_srb() 556 rcode = -EINVAL; in aac_send_raw_srb() 561 rcode = -EINVAL; in aac_send_raw_srb() 577 rcode = -EINVAL; in aac_send_raw_srb() 663 rcode = -EINVAL; in aac_send_raw_srb() 929 rcode = -ENXIO; in aac_send_raw_srb() 971 rcode = -EFAULT; in aac_send_raw_srb() 981 rcode = -EFAULT; in aac_send_raw_srb() [all …]
|
| A D | aachba.c | 1676 int rcode; in aac_send_safw_bmic_cmd() local 1753 return rcode; in aac_send_safw_bmic_cmd() 1807 return rcode; in aac_issue_safw_bmic_identify() 1861 return rcode; in aac_get_safw_ciss_luns() 1930 int rcode = 0; in aac_get_safw_attr_all_targets() local 1953 return rcode; in aac_get_safw_attr_all_targets() 2010 int rcode = 0; in aac_setup_safw_targets() local 2030 return rcode; in aac_setup_safw_targets() 2041 int rcode; in aac_get_adapter_info() local 2069 return rcode; in aac_get_adapter_info() [all …]
|
| A D | commsup.c | 1893 int rcode = 0; in aac_update_safw_host_devices() local 1895 rcode = aac_setup_safw_adapter(dev); in aac_update_safw_host_devices() 1896 if (unlikely(rcode < 0)) { in aac_update_safw_host_devices() 1914 return rcode; in aac_update_safw_host_devices() 1919 int rcode = 0; in aac_scan_safw_host() local 1921 rcode = aac_update_safw_host_devices(dev); in aac_scan_safw_host() 1922 if (rcode) in aac_scan_safw_host() 1925 return rcode; in aac_scan_safw_host() 1930 int rcode = 0; in aac_scan_host() local 1934 rcode = aac_scan_safw_host(dev); in aac_scan_host() [all …]
|
| /linux/sound/firewire/fireface/ |
| A D | ff-transaction.c | 11 int rcode) in finish_transmit_midi_msg() argument 16 if (rcode_is_permanent_error(rcode)) { in finish_transmit_midi_msg() 21 if (rcode != RCODE_COMPLETE) { in finish_transmit_midi_msg() 35 static void finish_transmit_midi0_msg(struct fw_card *card, int rcode, in finish_transmit_midi0_msg() argument 41 finish_transmit_midi_msg(ff, 0, rcode); in finish_transmit_midi0_msg() 44 static void finish_transmit_midi1_msg(struct fw_card *card, int rcode, in finish_transmit_midi1_msg() argument 50 finish_transmit_midi_msg(ff, 1, rcode); in finish_transmit_midi1_msg()
|
| /linux/sound/firewire/oxfw/ |
| A D | oxfw-scs1x.c | 101 int rcode; in handle_hss() local 104 rcode = RCODE_ADDRESS_ERROR; in handle_hss() 109 rcode = RCODE_TYPE_ERROR; in handle_hss() 119 rcode = RCODE_COMPLETE; in handle_hss() 121 fw_send_response(card, request, rcode); in handle_hss() 124 static void scs_write_callback(struct fw_card *card, int rcode, in scs_write_callback() argument 129 if (!rcode_is_permanent_error(rcode)) { in scs_write_callback() 131 if (rcode == RCODE_COMPLETE) in scs_write_callback()
|
| /linux/drivers/net/ethernet/qlogic/netxen/ |
| A D | netxen_nic_ctx.c | 37 u32 rcode = NX_RCODE_SUCCESS; in netxen_issue_cmd() local 61 rcode = NX_RCODE_TIMEOUT; in netxen_issue_cmd() 66 netxen_nic_driver_name, rcode); in netxen_issue_cmd() 80 return rcode; in netxen_issue_cmd() 219 u32 rcode = NX_RCODE_SUCCESS; in nx_fw_cmd_set_mtu() local 230 rcode = netxen_issue_cmd(adapter, &cmd); in nx_fw_cmd_set_mtu() 232 if (rcode != NX_RCODE_SUCCESS) in nx_fw_cmd_set_mtu() 525 u32 rcode; in nx_fw_cmd_query_phy() local 535 if (rcode != NX_RCODE_SUCCESS) in nx_fw_cmd_query_phy() 548 u32 rcode; in nx_fw_cmd_set_phy() local [all …]
|
| /linux/net/smc/ |
| A D | smc_stats.h | 110 #define SMC_STAT_TX_PAYLOAD(_smc, length, rcode) \ argument 116 typeof(rcode) _rc = (rcode); \ 125 #define SMC_STAT_RX_PAYLOAD(_smc, length, rcode) \ argument 131 typeof(rcode) _rc = (rcode); \
|
| /linux/include/uapi/linux/ |
| A D | firewire-cdev.h | 118 __u32 rcode; member 157 __u32 rcode; member 436 __u32 rcode; member 476 __u32 rcode; member 668 __u32 rcode; member
|
| /linux/drivers/target/sbp/ |
| A D | sbp_target.c | 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() 843 rcode = RCODE_ADDRESS_ERROR; in tgt_agent_rw() 1244 rcode = RCODE_COMPLETE; in sbp_rw_data() local 1309 if (rcode != RCODE_COMPLETE) in sbp_rw_data() 1320 if (rcode == RCODE_COMPLETE) { in sbp_rw_data() 1604 rcode = RCODE_CONFLICT_ERROR; in sbp_mgt_agent_rw() 1622 rcode = RCODE_COMPLETE; in sbp_mgt_agent_rw() 1625 rcode = RCODE_COMPLETE; in sbp_mgt_agent_rw() [all …]
|
| /linux/include/linux/ |
| A D | firewire.h | 263 typedef void (*fw_transaction_callback_t)(struct fw_card *card, int rcode, 266 typedef void (*fw_transaction_callback_with_tstamp_t)(struct fw_card *card, int rcode, 358 struct fw_request *request, int rcode); 431 const char *fw_rcode_string(int rcode);
|
| /linux/sound/firewire/tascam/ |
| A D | tascam-transaction.c | 145 static void async_midi_port_callback(struct fw_card *card, int rcode, in async_midi_port_callback() argument 156 if (rcode == RCODE_COMPLETE) in async_midi_port_callback() 158 else if (!rcode_is_permanent_error(rcode)) in async_midi_port_callback()
|
| /linux/drivers/media/firewire/ |
| A D | firedtv-fw.c | 41 int rcode, generation = device->generation; in node_req() local 45 rcode = fw_run_transaction(device->card, tcode, device->node_id, in node_req() 48 return rcode != RCODE_COMPLETE ? -EIO : 0; in node_req()
|
| /linux/drivers/s390/cio/ |
| A D | trace.h | 289 __field(u16, rcode) 299 __entry->rcode = chsc->code; 304 __entry->cc, __entry->rcode)
|