Searched refs:act_idx (Results 1 – 3 of 3) sorted by relevance
173 uint16_t act_idx; in nfa_ce_hdl_event() local181 act_idx = (p_msg->event & 0x00FF); in nfa_ce_hdl_event()182 if (act_idx < NFA_CE_ACTION_TBL_SIZE) { in nfa_ce_hdl_event()183 freebuf = (*nfa_ce_action_tbl[act_idx])((tNFA_CE_MSG*)p_msg); in nfa_ce_hdl_event()
235 uint16_t act_idx; in nfa_rw_handle_event() local242 act_idx = (p_msg->event & 0x00FF); in nfa_rw_handle_event()243 if (act_idx < (NFA_RW_MAX_EVT & 0xFF)) { in nfa_rw_handle_event()244 return (*nfa_rw_action_tbl[act_idx])((tNFA_RW_MSG*)p_msg); in nfa_rw_handle_event()
462 for (Json::Value::ArrayIndex act_idx = 0; act_idx < actions.size(); ++act_idx) { in Load() local463 const Json::Value& action_val = actions[act_idx]; in Load()