Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firewire/
H A Dcore.h228 #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) argument
229 #define TCODE_IS_BLOCK_PACKET(tcode) (((tcode) & 1) != 0) argument
230 #define TCODE_IS_LINK_INTERNAL(tcode) ((tcode) == TCODE_LINK_INTERNAL) argument
231 #define TCODE_IS_REQUEST(tcode) (((tcode) & 2) == 0) argument
232 #define TCODE_IS_RESPONSE(tcode) (((tcode) & 2) != 0) argument
233 #define TCODE_HAS_REQUEST_DATA(tcode) (((tcode) & 12) != 4) argument
234 #define TCODE_HAS_RESPONSE_DATA(tcode) (((tcode) & 12) != 0) argument
H A Dcore-transaction.c34 #define HEADER_TCODE(tcode) ((tcode) << 4) argument
42 #define HEADER_EXTENDED_TCODE(tcode) ((tcode) << 0) argument
227 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request()
696 int tcode, ext_tcode, data_length; in fw_get_response_length() local
732 int tcode, tlabel, extended_tcode, source, destination; in fw_fill_response() local
927 int tcode, destination, source; in handle_exclusive_region_request() local
956 int tcode, destination, source; in handle_fcp_region_request() local
1028 int tcode, tlabel, source, rcode; in fw_core_handle_response() local
1132 int tcode, int destination, int source, int generation, in handle_topology_map()
1177 int tcode, int destination, int source, int generation, in handle_registers()
[all …]
H A Dohci.c519 int tcode = header[0] >> 4 & 0xf; in log_ar_at_event() local
849 u32 status, length, tcode; in handle_ar_packet() local
1339 int z, tcode; in at_context_queue_packet() local
1565 int tcode, length, i; in handle_local_rom() local
1594 int tcode, length, ext_tcode, sel, try; in handle_local_lock() local
H A Dnosy.c411 u32 tcode_mask, tcode, timestamp; in packet_irq_handler() local
H A Dnet.c703 int tcode, int destination, int source, int generation, in fwnet_receive_packet()
H A Dsbp2.c407 int tcode, int destination, int source, in sbp2_status_write()
H A Dcore-cdev.c708 int tcode, int destination, int source, in handle_request()
/openbmc/linux/sound/firewire/motu/
H A Dmotu-transaction.c18 int tcode; in snd_motu_transaction_read() local
34 int tcode; in snd_motu_transaction_write() local
48 int tcode, int destination, int source, in handle_message()
/openbmc/linux/drivers/target/sbp/
H A Dsbp_target.c668 static int tgt_agent_rw_agent_state(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_agent_state()
694 static int tgt_agent_rw_agent_reset(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_agent_reset()
710 static int tgt_agent_rw_orb_pointer(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_orb_pointer()
749 static int tgt_agent_rw_doorbell(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_doorbell()
780 int tcode, void *data, struct sbp_target_agent *agent) in tgt_agent_rw_unsolicited_status_enable()
797 int tcode, int destination, int source, int generation, in tgt_agent_rw()
1055 static int sbp_run_transaction(struct fw_card *card, int tcode, int destination_id, in sbp_run_transaction()
1086 int tcode, unsigned long long offset, void *payload, in sbp_run_request_transaction()
1242 int tcode, sg_miter_flags, max_payload, pg_size, speed, node_id, in sbp_rw_data() local
1579 struct fw_request *request, int tcode, int destination, int source, in sbp_mgt_agent_rw()
/openbmc/linux/sound/firewire/fireface/
H A Dff-transaction.c63 int tcode; in transmit_midi_msg() local
128 static void handle_msg(struct fw_card *card, struct fw_request *request, int tcode, in handle_msg()
/openbmc/linux/sound/firewire/
H A Dlib.c33 int snd_fw_transaction(struct fw_unit *unit, int tcode, in snd_fw_transaction()
H A Dfcp.c235 int tcode, ret, tries = 0; in fcp_avc_transaction() local
339 int tcode, int destination, int source, in fcp_response()
/openbmc/linux/sound/firewire/digi00x/
H A Ddigi00x-transaction.c24 int tcode, int destination, int source, in handle_message()
/openbmc/linux/drivers/media/firewire/
H A Dfiredtv-fw.c38 int tcode) in node_req()
196 int tcode, int destination, int source, int generation, in handle_fcp()
/openbmc/linux/sound/firewire/tascam/
H A Dtascam-transaction.c246 int tcode, int destination, int source, in handle_midi_tx()
/openbmc/linux/include/uapi/linux/
H A Dfirewire-cdev.h182 __u32 tcode; member
209 __u32 tcode; member
280 __u32 tcode; member
646 __u32 tcode; member
/openbmc/linux/sound/firewire/dice/
H A Ddice-transaction.c133 int tcode, int destination, int source, in dice_notification()
/openbmc/linux/tools/firewire/
H A Dnosy-dump.h82 uint32_t tcode:4; member
148 uint32_t tcode:4; member
/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks_transaction.c227 int tcode, int destination, int source, in efw_response()
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw-scs1x.c95 int tcode, int destination, int source, int generation, in handle_hss()
/openbmc/linux/include/linux/
H A Dfirewire.h383 static inline void fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, in fw_send_request()
413 int tcode, int destination_id, int generation, int speed, unsigned long long offset, in fw_send_request_with_tstamp()
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c1116 u32 opcode, tcode = 0; in do_tr() local