Lines Matching refs:tcode
699 static int tgt_agent_rw_agent_state(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_agent_state() argument
704 switch (tcode) { in tgt_agent_rw_agent_state()
725 static int tgt_agent_rw_agent_reset(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_agent_reset() argument
728 switch (tcode) { in tgt_agent_rw_agent_reset()
741 static int tgt_agent_rw_orb_pointer(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_orb_pointer() argument
746 switch (tcode) { in tgt_agent_rw_orb_pointer()
780 static int tgt_agent_rw_doorbell(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_doorbell() argument
783 switch (tcode) { in tgt_agent_rw_doorbell()
811 int tcode, void *data, struct sbp_target_agent *agent) in tgt_agent_rw_unsolicited_status_enable() argument
813 switch (tcode) { in tgt_agent_rw_unsolicited_status_enable()
828 int tcode, int destination, int source, int generation, in tgt_agent_rw() argument
859 rcode = tgt_agent_rw_agent_state(card, tcode, data, agent); in tgt_agent_rw()
862 rcode = tgt_agent_rw_agent_reset(card, tcode, data, agent); in tgt_agent_rw()
865 rcode = tgt_agent_rw_orb_pointer(card, tcode, data, agent); in tgt_agent_rw()
868 rcode = tgt_agent_rw_doorbell(card, tcode, data, agent); in tgt_agent_rw()
871 rcode = tgt_agent_rw_unsolicited_status_enable(card, tcode, in tgt_agent_rw()
1069 static int sbp_run_transaction(struct fw_card *card, int tcode, int destination_id, in sbp_run_transaction() argument
1076 ret = fw_run_transaction(card, tcode, destination_id, in sbp_run_transaction()
1100 int tcode, unsigned long long offset, void *payload, in sbp_run_request_transaction() argument
1115 ret = sbp_run_transaction(card, tcode, node_id, generation, speed, in sbp_run_request_transaction()
1259 int tcode, sg_miter_flags, max_payload, pg_size, speed, node_id, in sbp_rw_data() local
1268 tcode = TCODE_WRITE_BLOCK_REQUEST; in sbp_rw_data()
1271 tcode = TCODE_READ_BLOCK_REQUEST; in sbp_rw_data()
1323 rcode = sbp_run_transaction(card, tcode, node_id, in sbp_rw_data()
1586 struct fw_request *request, int tcode, int destination, int source, in sbp_mgt_agent_rw() argument
1600 if (tcode == TCODE_WRITE_BLOCK_REQUEST) { in sbp_mgt_agent_rw()
1631 } else if (tcode == TCODE_READ_BLOCK_REQUEST) { in sbp_mgt_agent_rw()