Home
last modified time | relevance | path

Searched refs:sfcp_node_id_t (Results 1 – 13 of 13) sorted by relevance

/rk3399_ARM-atf/drivers/arm/sfcp/sfcp_core/
H A Dsfcp_helpers.h25 sfcp_node_id_t *sender, sfcp_node_id_t *receiver,
33 sfcp_node_id_t sender, sfcp_node_id_t receiver,
34 enum sfcp_packet_type_t packet_type, sfcp_node_id_t my_node_id,
35 sfcp_node_id_t *destination);
38 struct sfcp_packet_t *packet, sfcp_node_id_t sender_id,
39 sfcp_node_id_t receiver_id, sfcp_link_id_t link_id, uint16_t client_id,
H A Dsfcp_encryption.h67 sfcp_node_id_t *server_node);
80 sfcp_node_id_t node,
85 sfcp_node_id_t remote_node, uint16_t *seq_num);
89 sfcp_node_id_t remote_node, uint16_t seq_num);
100 sfcp_node_id_t remote_node, uint8_t message_id, bool packet_encrypted,
106 sfcp_node_id_t remote_node);
110 sfcp_node_id_t remote_node);
115 sfcp_node_id_t remote_node);
119 sfcp_node_id_t remote_node);
H A Dsfcp_encryption_stub.c22 sfcp_node_id_t *server_node) in sfcp_trusted_subnet_get_server()
63 sfcp_node_id_t node, in sfcp_get_trusted_subnet_for_node()
74 sfcp_node_id_t remote_node, uint16_t *seq_num) in sfcp_trusted_subnet_get_send_seq_num()
105 sfcp_node_id_t remote_node, uint8_t message_id, bool packet_encrypted, in sfcp_encryption_handshake_responder()
121 sfcp_node_id_t remote_node) in sfcp_encrypt_msg()
133 sfcp_node_id_t remote_node) in sfcp_decrypt_msg()
145 sfcp_node_id_t remote_node) in sfcp_encrypt_reply()
157 sfcp_node_id_t remote_node) in sfcp_decrypt_reply()
H A Dsfcp_helpers.c14 sfcp_node_id_t *sender, sfcp_node_id_t *receiver, in sfcp_helpers_parse_packet()
94 sfcp_node_id_t sender, sfcp_node_id_t receiver, in sfcp_helpers_packet_requires_forwarding_get_destination()
95 enum sfcp_packet_type_t packet_type, sfcp_node_id_t my_node_id, in sfcp_helpers_packet_requires_forwarding_get_destination()
96 sfcp_node_id_t *destination) in sfcp_helpers_packet_requires_forwarding_get_destination()
120 struct sfcp_packet_t *packet, sfcp_node_id_t sender_id, in sfcp_helpers_generate_protocol_error_packet()
121 sfcp_node_id_t receiver_id, sfcp_link_id_t link_id, uint16_t client_id, in sfcp_helpers_generate_protocol_error_packet()
H A Dsfcp.c66 sfcp_node_id_t receiver, bool uses_cryptography, in populate_reply_metadata()
80 sfcp_node_id_t sender, bool uses_cryptography, in populate_msg_metadata()
110 static uint8_t get_new_message_id(sfcp_node_id_t node) in get_new_message_id()
118 sfcp_node_id_t receiver, in sfcp_init_msg()
129 sfcp_node_id_t my_node_id; in sfcp_init_msg()
234 static enum sfcp_error_t __send_msg_reply(sfcp_node_id_t remote_node, in __send_msg_reply()
279 sfcp_node_id_t remote_node; in send_msg_reply()
392 sfcp_node_id_t my_node_id; in sfcp_init_reply()
463 send_protocol_error(sfcp_node_id_t sender_id, sfcp_node_id_t receiver_id, in send_protocol_error()
492 sfcp_node_id_t remote_id, sfcp_link_id_t *link_id, in receive_msg_reply_from_node()
[all …]
H A Dsfcp_link_hal.h45 sfcp_link_id_t sfcp_hal_get_route(sfcp_node_id_t node_id);
55 enum sfcp_hal_error_t sfcp_hal_get_my_node_id(sfcp_node_id_t *node_id);
H A Dsfcp_platform.h98 sfcp_node_id_t sfcp_platform_get_my_node_id(void);
H A Dsfcp_trusted_subnet.h40 sfcp_node_id_t id;
H A Dsfcp_link_hal.c38 sfcp_link_id_t sfcp_hal_get_route(sfcp_node_id_t node_id) in sfcp_hal_get_route()
56 enum sfcp_hal_error_t sfcp_hal_get_my_node_id(sfcp_node_id_t *node_id) in sfcp_hal_get_my_node_id()
853 for (sfcp_node_id_t node = 0; node < routing_tables_size; node++) { in sfcp_hal_init()
/rk3399_ARM-atf/include/drivers/arm/
H A Dsfcp.h121 sfcp_node_id_t receiver; /**< Intended receiver node ID. */
141 sfcp_node_id_t
210 sfcp_node_id_t receiver,
311 bool any_sender, sfcp_node_id_t sender,
407 sfcp_node_id_t *sender, uint16_t *client_id,
H A Dsfcp_link_defs.h24 typedef uint8_t sfcp_node_id_t; typedef
/rk3399_ARM-atf/plat/arm/board/tc/
H A Dtc_sfcp.c66 sfcp_node_id_t sfcp_platform_get_my_node_id(void) in sfcp_platform_get_my_node_id()
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/
H A Drdv3_sfcp.c66 sfcp_node_id_t sfcp_platform_get_my_node_id(void) in sfcp_platform_get_my_node_id()