Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/firewire/
Dcore.h229 #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) argument
230 #define TCODE_IS_BLOCK_PACKET(tcode) (((tcode) & 1) != 0) argument
231 #define TCODE_IS_LINK_INTERNAL(tcode) ((tcode) == TCODE_LINK_INTERNAL) argument
232 #define TCODE_IS_REQUEST(tcode) (((tcode) & 2) == 0) argument
233 #define TCODE_IS_RESPONSE(tcode) (((tcode) & 2) != 0) argument
234 #define TCODE_HAS_REQUEST_DATA(tcode) (((tcode) & 12) != 4) argument
235 #define TCODE_HAS_RESPONSE_DATA(tcode) (((tcode) & 12) != 0) argument
Dcore-transaction.c47 #define HEADER_TCODE(tcode) ((tcode) << 4) argument
55 #define HEADER_EXTENDED_TCODE(tcode) ((tcode) << 0) argument
211 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request()
350 void fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, in fw_send_request()
419 int fw_run_transaction(struct fw_card *card, int tcode, int destination_id, in fw_run_transaction()
641 int tcode, ext_tcode, data_length; in fw_get_response_length() local
677 int tcode, tlabel, extended_tcode, source, destination; in fw_fill_response() local
844 int tcode, destination, source; in handle_exclusive_region_request() local
873 int tcode, destination, source; in handle_fcp_region_request() local
945 int tcode, tlabel, source, rcode; in fw_core_handle_response() local
[all …]
Dohci.c487 int tcode = header[0] >> 4 & 0xf; in log_ar_at_event() local
817 u32 status, length, tcode; in handle_ar_packet() local
1305 int z, tcode; in at_context_queue_packet() local
1529 int tcode, length, i; in handle_local_rom() local
1556 int tcode, length, ext_tcode, sel, try; in handle_local_lock() local
Dnosy.c416 u32 tcode_mask, tcode; in packet_irq_handler() local
Dnet.c698 int tcode, int destination, int source, int generation, in fwnet_receive_packet()
Dsbp2.c419 int tcode, int destination, int source, in sbp2_status_write()
Dcore-cdev.c679 int tcode, int destination, int source, in handle_request()
/linux-4.1.27/sound/firewire/
Dlib.c32 int snd_fw_transaction(struct fw_unit *unit, int tcode, in snd_fw_transaction()
Dfcp.c229 int tcode, ret, tries = 0; in fcp_avc_transaction() local
335 int tcode, int destination, int source, in fcp_response()
Dscs1x.c338 int tcode, int destination, int source, int generation, in handle_hss()
/linux-4.1.27/drivers/target/sbp/
Dsbp_target.c703 static int tgt_agent_rw_agent_state(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_agent_state()
729 static int tgt_agent_rw_agent_reset(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_agent_reset()
745 static int tgt_agent_rw_orb_pointer(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_orb_pointer()
784 static int tgt_agent_rw_doorbell(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_doorbell()
815 int tcode, void *data, struct sbp_target_agent *agent) in tgt_agent_rw_unsolicited_status_enable()
832 int tcode, int destination, int source, int generation, in tgt_agent_rw()
1073 static int sbp_run_transaction(struct fw_card *card, int tcode, int destination_id, in sbp_run_transaction()
1104 int tcode, unsigned long long offset, void *payload, in sbp_run_request_transaction()
1261 int tcode, sg_miter_flags, max_payload, pg_size, speed, node_id, in sbp_rw_data() local
1588 struct fw_request *request, int tcode, int destination, int source, in sbp_mgt_agent_rw()
/linux-4.1.27/drivers/media/firewire/
Dfiredtv-fw.c37 int tcode) in node_req()
195 int tcode, int destination, int source, int generation, in handle_fcp()
/linux-4.1.27/include/uapi/linux/
Dfirewire-cdev.h135 __u32 tcode; member
194 __u32 tcode; member
506 __u32 tcode; member
/linux-4.1.27/sound/firewire/dice/
Ddice-transaction.c203 int tcode, int destination, int source, in dice_notification()
/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_transaction.c229 int tcode, int destination, int source, in efw_response()
/linux-4.1.27/tools/firewire/
Dnosy-dump.h81 uint32_t tcode:4; member
147 uint32_t tcode:4; member
/linux-4.1.27/drivers/staging/fwserial/
Dfwserial.c240 static int fwtty_send_data_async(struct fwtty_peer *peer, int tcode, in fwtty_send_data_async()
264 struct fwtty_transaction *txn, int tcode, in fwtty_send_txn_async()
612 int tcode, int destination, int source, in fwtty_port_handler()
2776 int tcode, int destination, int source, in fwserial_mgmt_handler()
/linux-4.1.27/arch/mips/kernel/
Dtraps.c1018 u32 opcode, tcode = 0; in do_tr() local