Home
last modified time | relevance | path

Searched refs:NUM_EP (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/subsys/ipc/ipc_service/backends/
Dipc_icmsg_me_follower.c18 #define NUM_EP CONFIG_IPC_SERVICE_BACKEND_ICMSG_ME_NUM_EP macro
32 const struct ipc_ept_cfg *ept_disc_loc_cache[NUM_EP];
33 struct ept_disc_rmt_cache_t ept_disc_rmt_cache[NUM_EP];
39 for (int i = 0; i < NUM_EP; i++) { in get_ept_cached_loc()
57 for (int i = 0; i < NUM_EP; i++) { in get_ept_cached_rmt()
70 for (int i = 0; i < NUM_EP; i++) { in cache_ept_loc()
83 for (int i = 0; i < NUM_EP; i++) { in cache_ept_rmt()
102 __ASSERT_NO_MSG(id <= NUM_EP); in bind_ept()
Dipc_icmsg_me_initiator.c16 #define NUM_EP CONFIG_IPC_SERVICE_BACKEND_ICMSG_ME_NUM_EP macro
23 icmsg_me_ept_id_t ids[NUM_EP];
87 for (i = 0; i < NUM_EP; i++) { in store_id_for_token()
92 __ASSERT_NO_MSG(i < NUM_EP); in store_id_for_token()
93 if (i >= NUM_EP) { in store_id_for_token()
/Zephyr-Core-3.5.0/subsys/ipc/ipc_service/lib/
Dicmsg_me.c12 #define NUM_EP CONFIG_IPC_SERVICE_BACKEND_ICMSG_ME_NUM_EP macro
81 for (i = 0; i < NUM_EP; i++) { in icmsg_me_set_empty_ept_cfg_slot()
87 if (i >= NUM_EP) { in icmsg_me_set_empty_ept_cfg_slot()
100 if (i >= NUM_EP || i < 0) { in get_ept_cfg_index()