Searched refs:sys_code_cfg_entries (Results 1 – 2 of 2) sorted by relevance
262 if (p_cb->sys_code_cfg_entries) { in nfa_ee_update_route_sys_code_size()263 for (uint8_t xx = 0; xx < p_cb->sys_code_cfg_entries; xx++) { in nfa_ee_update_route_sys_code_size()475 if (p_cb->sys_code_cfg_entries) { in nfa_ee_add_sys_code_route_to_ecb()477 for (int xx = 0; xx < p_cb->sys_code_cfg_entries; xx++) { in nfa_ee_add_sys_code_route_to_ecb()601 if (p_cb->sys_code_cfg_entries > start_entry) { in nfa_ee_find_total_sys_code_len()602 for (int xx = start_entry; xx < p_cb->sys_code_cfg_entries; xx++) { in nfa_ee_find_total_sys_code_len()689 if ((nfa_ee_cb.ee_cfged & mask) == 0 || p_ecb->sys_code_cfg_entries == 0) { in nfa_ee_find_sys_code_offset()692 if (p_ecb->sys_code_cfg_entries) { in nfa_ee_find_sys_code_offset()694 for (uint8_t yy = 0; yy < p_ecb->sys_code_cfg_entries; yy++) { in nfa_ee_find_sys_code_offset()1377 } else if (p_cb->sys_code_cfg_entries < NFA_EE_MAX_SYSTEM_CODE_ENTRIES) { in nfa_ee_api_add_sys_code()[all …]
221 uint8_t sys_code_cfg_entries; member