| /linux/drivers/target/sbp/ |
| H A D | sbp_target.c | 61 if (ret != RCODE_COMPLETE) in read_peer_guid() 68 if (ret != RCODE_COMPLETE) in read_peer_guid() 73 return RCODE_COMPLETE; in read_peer_guid() 283 if (ret != RCODE_COMPLETE) { in sbp_management_request_login() 457 if (ret != RCODE_COMPLETE) { in sbp_management_request_login() 499 if (ret != RCODE_COMPLETE) { in sbp_management_request_reconnect() 682 return RCODE_COMPLETE; in tgt_agent_rw_agent_state() 686 return RCODE_COMPLETE; in tgt_agent_rw_agent_state() 702 return RCODE_COMPLETE; in tgt_agent_rw_agent_reset() 734 return RCODE_COMPLETE; in tgt_agent_rw_orb_pointer() [all …]
|
| /linux/drivers/firewire/ |
| H A D | core-device.c | 675 if (ret != RCODE_COMPLETE) in read_config_rom() 718 if (ret != RCODE_COMPLETE) in read_config_rom() 742 if (ret != RCODE_COMPLETE) in read_config_rom() 793 RCODE_COMPLETE) in read_config_rom() 815 return RCODE_COMPLETE; in read_config_rom() 1035 case RCODE_COMPLETE: in set_broadcast_channel() 1091 if (ret != RCODE_COMPLETE) { in fw_device_init() 1240 if (rcode != RCODE_COMPLETE) in reread_config_rom() 1249 return RCODE_COMPLETE; in reread_config_rom() 1254 return RCODE_COMPLETE; in reread_config_rom() [all …]
|
| H A D | core-transaction.c | 200 close_transaction(t, card, RCODE_COMPLETE, packet->timestamp); in transmit_complete_callback() 458 if (rcode == RCODE_COMPLETE) in transaction_callback() 941 if (rcode == RCODE_COMPLETE) { in fw_send_response() 1098 fw_send_response(card, request, RCODE_COMPLETE); in handle_fcp_region_request() 1217 [RCODE_COMPLETE] = "no error", in fw_rcode_string() 1264 fw_send_response(card, request, RCODE_COMPLETE); in handle_topology_map() 1297 int rcode = RCODE_COMPLETE; in handle_registers()
|
| H A D | core-iso.c | 311 case RCODE_COMPLETE: in manage_bandwidth() 351 case RCODE_COMPLETE: in manage_channel()
|
| H A D | packet-serdes-test.c | 380 KUNIT_EXPECT_EQ(test, RCODE_COMPLETE, rcode); in test_async_header_write_response() 452 KUNIT_EXPECT_EQ(test, RCODE_COMPLETE, rcode); in test_async_header_read_quadlet_response() 532 KUNIT_EXPECT_EQ(test, RCODE_COMPLETE, rcode); in test_async_header_read_block_response() 612 KUNIT_EXPECT_EQ(test, RCODE_COMPLETE, rcode); in test_async_header_lock_response()
|
| H A D | sbp2.c | 431 fw_send_response(card, request, RCODE_COMPLETE); in sbp2_status_write() 440 iter->rcode = RCODE_COMPLETE; in sbp2_status_write() 455 fw_send_response(card, request, RCODE_COMPLETE); in sbp2_status_write() 477 if (orb->rcode != RCODE_COMPLETE) { in complete_transaction() 618 if (orb->base.rcode != RCODE_COMPLETE) { in sbp2_send_management_orb()
|
| H A D | core-cdev.c | 590 if (rcode == RCODE_COMPLETE) in complete_transaction() 613 if (rcode == RCODE_COMPLETE) in complete_transaction() 1550 rcode = RCODE_COMPLETE; in outbound_phy_packet_callback() 1554 rcode = RCODE_COMPLETE; in outbound_phy_packet_callback() 1693 pp->rcode = RCODE_COMPLETE; in fw_cdev_handle_phy_packet() 1704 pp->rcode = RCODE_COMPLETE; in fw_cdev_handle_phy_packet()
|
| H A D | net.c | 716 rcode = RCODE_COMPLETE; in fwnet_receive_packet() 726 rcode = RCODE_COMPLETE; in fwnet_receive_packet() 931 if (rcode == RCODE_COMPLETE) { in fwnet_write_complete()
|
| H A D | ohci.c | 1477 fw_fill_response(&response, packet->header, RCODE_COMPLETE, in handle_local_rom() 1522 RCODE_COMPLETE, in handle_local_lock()
|
| /linux/sound/firewire/motu/ |
| H A D | motu-transaction.c | 56 fw_send_response(card, request, RCODE_COMPLETE); in handle_message() 69 fw_send_response(card, request, RCODE_COMPLETE); in handle_message()
|
| /linux/sound/firewire/fireface/ |
| H A D | ff-transaction.c | 21 if (rcode != RCODE_COMPLETE) { in finish_transmit_midi_msg() 136 fw_send_response(card, request, RCODE_COMPLETE); in handle_msg()
|
| /linux/include/uapi/linux/ |
| H A D | firewire-constants.h | 58 #define RCODE_COMPLETE 0x0 macro
|
| /linux/sound/firewire/ |
| H A D | lib.c | 51 if (rcode == RCODE_COMPLETE) in snd_fw_transaction()
|
| /linux/sound/firewire/fireworks/ |
| H A D | fireworks_transaction.c | 159 *rcode = RCODE_COMPLETE; in copy_resp_to_buf() 214 *rcode = RCODE_COMPLETE; in handle_resp_for_kernel()
|
| /linux/sound/firewire/tascam/ |
| H A D | tascam-transaction.c | 156 if (rcode == RCODE_COMPLETE) in async_midi_port_callback() 289 fw_send_response(card, request, RCODE_COMPLETE); in handle_midi_tx()
|
| /linux/sound/firewire/digi00x/ |
| H A D | digi00x-transaction.c | 29 fw_send_response(card, request, RCODE_COMPLETE); in handle_message()
|
| /linux/sound/firewire/oxfw/ |
| H A D | oxfw-scs1x.c | 119 rcode = RCODE_COMPLETE; in handle_hss() 131 if (rcode == RCODE_COMPLETE) in scs_write_callback()
|
| /linux/sound/firewire/dice/ |
| H A D | dice-transaction.c | 155 fw_send_response(card, request, RCODE_COMPLETE); in dice_notification()
|
| /linux/drivers/media/firewire/ |
| H A D | firedtv-fw.c | 48 return rcode != RCODE_COMPLETE ? -EIO : 0; in node_req()
|
| /linux/sound/firewire/bebob/ |
| H A D | bebob_maudio.c | 128 if (rcode != RCODE_COMPLETE) { in snd_bebob_maudio_load_firmware()
|