Home
last modified time | relevance | path

Searched refs:RCODE_TYPE_ERROR (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/firewire/
Dcore-transaction.c198 close_transaction(t, card, RCODE_TYPE_ERROR); in transmit_complete_callback()
874 fw_send_response(card, request, RCODE_TYPE_ERROR); in handle_fcp_region_request()
1009 fw_send_response(card, request, RCODE_TYPE_ERROR); in handle_topology_map()
1081 rcode = RCODE_TYPE_ERROR; in handle_registers()
1089 rcode = RCODE_TYPE_ERROR; in handle_registers()
1101 rcode = RCODE_TYPE_ERROR; in handle_registers()
1115 rcode = RCODE_TYPE_ERROR; in handle_registers()
1125 rcode = RCODE_TYPE_ERROR; in handle_registers()
1136 rcode = RCODE_TYPE_ERROR; in handle_registers()
Dsbp2.c430 fw_send_response(card, request, RCODE_TYPE_ERROR); in sbp2_status_write()
Dnet.c815 rcode = RCODE_TYPE_ERROR; in fwnet_receive_packet()
Dohci.c1509 RCODE_TYPE_ERROR, NULL, 0); in handle_local_rom()
1540 RCODE_TYPE_ERROR, NULL, 0); in handle_local_lock()
Dcore-cdev.c1490 case ACK_TYPE_ERROR: e->phy_packet.rcode = RCODE_TYPE_ERROR; break; in outbound_phy_packet_callback()
/linux-3.4.99/sound/firewire/
Dlib.h16 return rcode == RCODE_TYPE_ERROR || rcode == RCODE_ADDRESS_ERROR; in rcode_is_permanent_error()
Dlib.c26 [RCODE_TYPE_ERROR] = "type error", in rcode_string()
/linux-3.4.99/include/linux/
Dfirewire-constants.h61 #define RCODE_TYPE_ERROR 0x6 macro