Searched refs:spmc_find_lsp_by_sp_id (Results 1 – 3 of 3) sorted by relevance
66 struct spmc_lsp_desc *spmc_find_lsp_by_sp_id(uint16_t sp_id);
133 struct spmc_lsp_desc *spmc_find_lsp_by_sp_id(uint16_t sp_id) in spmc_find_lsp_by_sp_id() function672 if (spmc_find_lsp_by_sp_id(endpoint)) in spmc_handle_run()939 struct spmc_lsp_desc *lsp = spmc_find_lsp_by_sp_id(FFA_DST(args->a1)); in handle_direct_request()2434 if (id && (spmc_is_reserved_id(id) || spmc_find_lsp_by_sp_id(id) || in check_desc()2475 while (spmc_is_reserved_id(id) || spmc_find_lsp_by_sp_id(id)) { in find_unused_sp_id()
202 return !spmc_is_reserved_id(id) && !spmc_find_lsp_by_sp_id(id) && in endpoint_id_is_valid()