Lines Matching refs:tcode

668 static int tgt_agent_rw_agent_state(struct fw_card *card, int tcode, void *data,  in tgt_agent_rw_agent_state()  argument
673 switch (tcode) { 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() argument
697 switch (tcode) { 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() argument
715 switch (tcode) { 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() argument
752 switch (tcode) { in tgt_agent_rw_doorbell()
780 int tcode, void *data, struct sbp_target_agent *agent) in tgt_agent_rw_unsolicited_status_enable() argument
782 switch (tcode) { in tgt_agent_rw_unsolicited_status_enable()
797 int tcode, int destination, int source, int generation, in tgt_agent_rw() argument
828 rcode = tgt_agent_rw_agent_state(card, tcode, data, agent); in tgt_agent_rw()
831 rcode = tgt_agent_rw_agent_reset(card, tcode, data, agent); in tgt_agent_rw()
834 rcode = tgt_agent_rw_orb_pointer(card, tcode, data, agent); in tgt_agent_rw()
837 rcode = tgt_agent_rw_doorbell(card, tcode, data, agent); in tgt_agent_rw()
840 rcode = tgt_agent_rw_unsolicited_status_enable(card, tcode, in tgt_agent_rw()
1055 static int sbp_run_transaction(struct fw_card *card, int tcode, int destination_id, in sbp_run_transaction() argument
1062 ret = fw_run_transaction(card, tcode, destination_id, in sbp_run_transaction()
1086 int tcode, unsigned long long offset, void *payload, in sbp_run_request_transaction() argument
1101 ret = sbp_run_transaction(card, tcode, node_id, generation, speed, in sbp_run_request_transaction()
1242 int tcode, sg_miter_flags, max_payload, pg_size, speed, node_id, in sbp_rw_data() local
1251 tcode = TCODE_WRITE_BLOCK_REQUEST; in sbp_rw_data()
1254 tcode = TCODE_READ_BLOCK_REQUEST; in sbp_rw_data()
1305 rcode = sbp_run_transaction(card, tcode, node_id, in sbp_rw_data()
1579 struct fw_request *request, int tcode, int destination, int source, in sbp_mgt_agent_rw() argument
1593 if (tcode == TCODE_WRITE_BLOCK_REQUEST) { in sbp_mgt_agent_rw()
1623 } else if (tcode == TCODE_READ_BLOCK_REQUEST) { in sbp_mgt_agent_rw()