Searched refs:RCODE_ADDRESS_ERROR (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | firewire-constants.h | 62 #define RCODE_ADDRESS_ERROR 0x7 macro
|
/linux-4.4.14/sound/firewire/ |
D | lib.h | 22 return rcode == RCODE_TYPE_ERROR || rcode == RCODE_ADDRESS_ERROR; in rcode_is_permanent_error()
|
D | scs1x.c | 346 fw_send_response(card, request, RCODE_ADDRESS_ERROR); in handle_hss()
|
/linux-4.4.14/drivers/firewire/ |
D | core-transaction.c | 864 fw_send_response(card, request, RCODE_ADDRESS_ERROR); in handle_exclusive_region_request() 878 fw_send_response(card, request, RCODE_ADDRESS_ERROR); in handle_fcp_region_request() 1023 [RCODE_ADDRESS_ERROR] = "address error", in fw_rcode_string() 1055 fw_send_response(card, request, RCODE_ADDRESS_ERROR); in handle_topology_map() 1100 rcode = RCODE_ADDRESS_ERROR; in handle_registers() 1195 rcode = RCODE_ADDRESS_ERROR; in handle_registers()
|
D | core-device.c | 974 case RCODE_ADDRESS_ERROR: in set_broadcast_channel()
|
D | net.c | 712 rcode = RCODE_ADDRESS_ERROR; in fwnet_receive_packet()
|
D | ohci.c | 1540 RCODE_ADDRESS_ERROR, NULL, 0); in handle_local_rom()
|
/linux-4.4.14/sound/firewire/fireworks/ |
D | fireworks_transaction.c | 241 rcode = RCODE_ADDRESS_ERROR; in efw_response()
|
/linux-4.4.14/sound/firewire/dice/ |
D | dice-transaction.c | 216 fw_send_response(card, request, RCODE_ADDRESS_ERROR); in dice_notification()
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.c | 203 case RCODE_ADDRESS_ERROR: in fwtty_log_tx_error() 628 rcode = RCODE_ADDRESS_ERROR; in fwtty_port_handler() 636 rcode = RCODE_ADDRESS_ERROR; in fwtty_port_handler() 646 rcode = RCODE_ADDRESS_ERROR; in fwtty_port_handler() 2678 return RCODE_ADDRESS_ERROR; in fwserial_parse_mgmt_write() 2694 return RCODE_ADDRESS_ERROR; in fwserial_parse_mgmt_write()
|
/linux-4.4.14/drivers/target/sbp/ |
D | sbp_target.c | 874 rcode = RCODE_ADDRESS_ERROR; in tgt_agent_rw() 1082 case RCODE_ADDRESS_ERROR: in sbp_run_transaction() 1592 int rcode = RCODE_ADDRESS_ERROR; in sbp_mgt_agent_rw()
|