Lines Matching refs:NUM_EPT
103 #define NUM_EPT CONFIG_IPC_SERVICE_BACKEND_ICBMSG_NUM_EP macro
191 struct ept_data ept[NUM_EPT]; /* Array of registered endpoints. */
192 uint8_t ept_map[NUM_EPT]; /* Array that maps endpoint address to index. */
193 uint16_t waiting_bound[NUM_EPT];/* The bound messages waiting to be registered. */
219 BUILD_ASSERT(NUM_EPT <= EPT_ADDR_INVALID, "Too many endpoints");
623 for (i = 0; i < NUM_EPT; i++) { in find_ept_by_name()
748 for (i = 0; i < NUM_EPT; i++) { in ept_bound_process()
765 for (i = 0; i < NUM_EPT; i++) { in ept_bound_process()
790 for (i = 0; i < NUM_EPT; i++) { in ept_bound_process()
813 if (ept_addr >= NUM_EPT || dev_data->ept_map[ept_addr] >= NUM_EPT) { in get_ept_and_rx_validate()
963 if (ept_addr >= NUM_EPT) { in control_received()
1093 for (ept_index = 0; ept_index < NUM_EPT; ept_index++) { in register_ept()
1112 if (ept_index >= NUM_EPT) { in register_ept()