Home
last modified time | relevance | path

Searched refs:node_type (Results 1 – 8 of 8) sorted by relevance

/dpdk/lib/acl/
H A Dacl_gen.c74 return idx << (CHAR_BIT * sizeof(index)) | index | node->node_type; in acl_dfa_gen_idx()
229 if (node->node_type != (uint32_t)RTE_ACL_NODE_UNDEFINED) in acl_count_trie_types()
234 node->node_type = RTE_ACL_NODE_MATCH; in acl_count_trie_types()
247 node->node_type = RTE_ACL_NODE_SINGLE; in acl_count_trie_types()
251 node->node_type = RTE_ACL_NODE_QRANGE; in acl_count_trie_types()
254 node->node_type = RTE_ACL_NODE_DFA; in acl_count_trie_types()
292 if (node->node_type == RTE_ACL_NODE_QRANGE) { in acl_add_ptrs()
321 } else if (node->node_type == RTE_ACL_NODE_DFA && resolved) { in acl_add_ptrs()
344 switch (node->node_type) { in acl_gen_node()
355 node->node_type; in acl_gen_node()
[all …]
H A Dacl_vect.h44 typeof(addr) in, node_type, r, t; \
51 node_type = _##P##_andnot_si##S(index_mask, tr_lo); \
55 dfa_msk = _##P##_cmpeq_epi32(node_type, t); \
H A Dacl_run_neon.h106 uint32x4_t index_msk, node_type, addr; in transition4() local
117 node_type = vbicq_s32(tr_hi_lo.val[0], index_msk); in transition4()
121 t = veorq_s32(node_type, node_type); in transition4()
124 dfa_msk = vceqq_u32(node_type, t); in transition4()
H A Dacl_run_altivec.h112 xmm_t in, node_type, r, t; in transition4() local
135 node_type = vec_and(vec_nor(*index_mask, *index_mask), tr_lo); in transition4()
139 dfa_msk = vec_cmpeq(node_type, t); in transition4()
H A Dacl_run_avx512_common.h31 _T_simd addr, in, node_type, r, t; in _F_() local
38 node_type = _M_SI_(andnot)(index_mask, tr_lo); in _F_()
42 dfa_msk = _M_I_(cmpeq_epi32_mask)(node_type, t); in _F_()
H A Dacl.h118 uint32_t node_type; member
H A Dacl_bld.c175 node->node_type = RTE_ACL_NODE_UNDEFINED; in acl_alloc_node()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_tm.h10 enum node_type { enum