Home
last modified time | relevance | path

Searched defs:tcode (Results 1 – 13 of 13) sorted by relevance

/linux-3.3/drivers/firewire/
Dcore.h219 #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) argument
220 #define TCODE_IS_BLOCK_PACKET(tcode) (((tcode) & 1) != 0) argument
221 #define TCODE_IS_LINK_INTERNAL(tcode) ((tcode) == TCODE_LINK_INTERNAL) argument
222 #define TCODE_IS_REQUEST(tcode) (((tcode) & 2) == 0) argument
223 #define TCODE_IS_RESPONSE(tcode) (((tcode) & 2) != 0) argument
224 #define TCODE_HAS_REQUEST_DATA(tcode) (((tcode) & 12) != 4) argument
225 #define TCODE_HAS_RESPONSE_DATA(tcode) (((tcode) & 12) != 0) argument
Dcore-transaction.c46 #define HEADER_TCODE(tcode) ((tcode) << 4) argument
54 #define HEADER_EXTENDED_TCODE(tcode) ((tcode) << 0) argument
210 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request()
349 void fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, in fw_send_request()
418 int fw_run_transaction(struct fw_card *card, int tcode, int destination_id, in fw_run_transaction()
635 int tcode, ext_tcode, data_length; in fw_get_response_length() local
671 int tcode, tlabel, extended_tcode, source, destination; in fw_fill_response() local
830 int tcode, destination, source; in handle_exclusive_region_request() local
868 int tcode, destination, source; in handle_fcp_region_request() local
940 int tcode, tlabel, source, rcode; in fw_core_handle_response() local
[all …]
Dohci.c456 int tcode = header[0] >> 4 & 0xf; in log_ar_at_event() local
798 u32 status, length, tcode; in handle_ar_packet() local
1264 int z, tcode; in at_context_queue_packet() local
1488 int tcode, length, i; in handle_local_rom() local
1515 int tcode, length, ext_tcode, sel, try; in handle_local_lock() local
Dnosy.c416 u32 tcode_mask, tcode; in packet_irq_handler() local
Dsbp2.c411 int tcode, int destination, int source, in sbp2_status_write()
Dnet.c798 int tcode, int destination, int source, int generation, in fwnet_receive_packet()
Dcore-cdev.c677 int tcode, int destination, int source, in handle_request()
/linux-3.3/sound/firewire/
Dlib.c55 int snd_fw_transaction(struct fw_unit *unit, int tcode, in snd_fw_transaction()
Dfcp.c75 int tcode, ret, tries = 0; in fcp_avc_transaction() local
167 int tcode, int destination, int source, in fcp_response()
/linux-3.3/drivers/media/dvb/firewire/
Dfiredtv-fw.c38 int tcode) in node_req()
196 int tcode, int destination, int source, int generation, in handle_fcp()
/linux-3.3/include/linux/
Dfirewire-cdev.h135 __u32 tcode; member
194 __u32 tcode; member
496 __u32 tcode; member
/linux-3.3/tools/firewire/
Dnosy-dump.h81 uint32_t tcode:4; member
147 uint32_t tcode:4; member
/linux-3.3/arch/mips/kernel/
Dtraps.c864 unsigned int opcode, tcode = 0; in do_tr() local