Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/firewire/
Dcore.h240 #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) argument
241 #define TCODE_IS_BLOCK_PACKET(tcode) (((tcode) & 1) != 0) argument
242 #define TCODE_IS_LINK_INTERNAL(tcode) ((tcode) == TCODE_LINK_INTERNAL) argument
243 #define TCODE_IS_REQUEST(tcode) (((tcode) & 2) == 0) argument
244 #define TCODE_IS_RESPONSE(tcode) (((tcode) & 2) != 0) argument
245 #define TCODE_HAS_REQUEST_DATA(tcode) (((tcode) & 12) != 4) argument
246 #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
829 int tcode, destination, source; in handle_exclusive_region_request() local
858 int tcode, destination, source; in handle_fcp_region_request() local
930 int tcode, tlabel, source, rcode; in fw_core_handle_response() local
[all …]
Dohci.c462 int tcode = header[0] >> 4 & 0xf; in log_ar_at_event() local
804 u32 status, length, tcode; in handle_ar_packet() local
1271 int z, tcode; in at_context_queue_packet() local
1495 int tcode, length, i; in handle_local_rom() local
1522 int tcode, length, ext_tcode, sel, try; in handle_local_lock() local
Dnosy.c416 u32 tcode_mask, tcode; in packet_irq_handler() local
Dsbp2.c419 int tcode, int destination, int source, in sbp2_status_write()
Dnet.c799 int tcode, int destination, int source, int generation, in fwnet_receive_packet()
Dcore-cdev.c678 int tcode, int destination, int source, in handle_request()
/linux-3.4.99/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.4.99/drivers/media/dvb/firewire/
Dfiredtv-fw.c37 int tcode) in node_req()
195 int tcode, int destination, int source, int generation, in handle_fcp()
/linux-3.4.99/include/linux/
Dfirewire-cdev.h135 __u32 tcode; member
194 __u32 tcode; member
506 __u32 tcode; member
/linux-3.4.99/tools/firewire/
Dnosy-dump.h81 uint32_t tcode:4; member
147 uint32_t tcode:4; member
/linux-3.4.99/arch/mips/kernel/
Dtraps.c863 unsigned int opcode, tcode = 0; in do_tr() local