Searched refs:sfcp_err (Results 1 – 12 of 12) sorted by relevance
95 enum sfcp_error_t sfcp_err; in sfcp_init() local102 sfcp_err = sfcp_trusted_subnet_state_init(); in sfcp_init()103 if (sfcp_err != SFCP_ERROR_SUCCESS) { in sfcp_init()104 return sfcp_err; in sfcp_init()126 enum sfcp_error_t sfcp_err; in sfcp_init_msg() local144 sfcp_err = sfcp_get_trusted_subnet_by_id(trusted_subnet_id, in sfcp_init_msg()146 if (sfcp_err == SFCP_ERROR_SUCCESS) { in sfcp_init_msg()149 return sfcp_err; in sfcp_init_msg()156 sfcp_err = sfcp_get_trusted_subnet_for_node(receiver, in sfcp_init_msg()158 if (sfcp_err == SFCP_ERROR_SUCCESS) { in sfcp_init_msg()[all …]
18 enum sfcp_error_t sfcp_err; in nv_counter_test() local24 sfcp_err = sfcp_init(); in nv_counter_test()25 if (sfcp_err != SFCP_ERROR_SUCCESS) { in nv_counter_test()27 sfcp_err); in nv_counter_test()
50 enum sfcp_error_t sfcp_err; in bl1_plat_mboot_init() local53 sfcp_err = sfcp_init(); in bl1_plat_mboot_init()54 if (sfcp_err != SFCP_ERROR_SUCCESS) { in bl1_plat_mboot_init()
57 enum sfcp_error_t sfcp_err; in bl2_plat_mboot_init() local60 sfcp_err = sfcp_init(); in bl2_plat_mboot_init()61 if (sfcp_err != SFCP_ERROR_SUCCESS) { in bl2_plat_mboot_init()
32 enum sfcp_error_t sfcp_err; in run_tests() local37 sfcp_err = sfcp_init(); in run_tests()38 if (sfcp_err != SFCP_ERROR_SUCCESS) { in run_tests()
124 enum sfcp_error_t sfcp_err; in bl1_plat_mboot_init() local127 sfcp_err = sfcp_init(); in bl1_plat_mboot_init()128 if (sfcp_err != SFCP_ERROR_SUCCESS) { in bl1_plat_mboot_init()
165 enum sfcp_error_t sfcp_err; in bl31_platform_setup() local175 sfcp_err = sfcp_init(); in bl31_platform_setup()176 if (sfcp_err != SFCP_ERROR_SUCCESS) { in bl31_platform_setup()177 ERROR("Unable to initialize SFCP: %d\n", sfcp_err); in bl31_platform_setup()
233 enum sfcp_error_t sfcp_err; in bl2_plat_mboot_init() local259 sfcp_err = sfcp_init(); in bl2_plat_mboot_init()260 if (sfcp_err != SFCP_ERROR_SUCCESS) { in bl2_plat_mboot_init()
92 enum sfcp_error_t sfcp_err; in psa_call() local108 sfcp_err = sfcp_init_msg(psa_payload_buf, sizeof(psa_payload_buf), in psa_call()113 if (sfcp_err != SFCP_ERROR_SUCCESS) { in psa_call()138 sfcp_err = sfcp_send_msg(msg, msg_size, psa_msg_len); in psa_call()139 if (sfcp_err != SFCP_ERROR_SUCCESS) { in psa_call()144 sfcp_err = sfcp_receive_reply(psa_payload_buf, in psa_call()148 } while (sfcp_err == SFCP_ERROR_NO_REPLY_AVAILABLE); in psa_call()149 if (sfcp_err != SFCP_ERROR_SUCCESS) { in psa_call()
60 enum sfcp_error_t sfcp_err; in bl2_plat_mboot_init() local63 sfcp_err = sfcp_init(); in bl2_plat_mboot_init()64 if (sfcp_err != SFCP_ERROR_SUCCESS) { in bl2_plat_mboot_init()
179 enum sfcp_error_t sfcp_err; in bl31_platform_setup() local227 sfcp_err = sfcp_init(); in bl31_platform_setup()228 if (sfcp_err != SFCP_ERROR_SUCCESS) { in bl31_platform_setup()