Home
last modified time | relevance | path

Searched refs:match_index (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_acl/
H A Dacl_gen.c29 int32_t match_index; member
373 memcpy(match + index->match_index, node->mrt, in acl_gen_node()
375 node->node_index = index->match_index | node->node_type; in acl_gen_node()
376 index->match_index += 1; in acl_gen_node()
441 indices->match_index = 1; in acl_calc_counts_indices()
455 uint32_t n, match_index; in rte_acl_gen() local
490 match_index = indices.match_start; in rte_acl_gen()
505 match = ((struct rte_acl_match_results *)(node_array + match_index)); in rte_acl_gen()
524 ctx->match_index = match_index; in rte_acl_gen()
H A Dacl.h117 int32_t match_index; /* index to match data */ member
179 uint32_t match_index; member
H A Dacl_run_avx512x8.h227 (ctx->trans_table + ctx->match_index); in search_avx512x8x2()
H A Dacl_run.h210 (flows->trans + ctx->match_index); in acl_match_check()
H A Dacl_run_avx512x16.h312 (ctx->trans_table + ctx->match_index); in search_avx512x16x2()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-dfa.h538 uint64_t source_node, uint64_t match_index, in cvmx_dfa_write_edge_sm() argument
544 address.u64 = graph->base_address + source_node * CVMX_DFA_NODESM_SIZE + match_index * 4; in cvmx_dfa_write_edge_sm()