Home
last modified time | relevance | path

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

/dpdk/lib/acl/
H A Dacl_gen.c36 const struct rte_acl_indices *indices, in acl_gen_log_stats() argument
50 (indices->quad_index - indices->dfa_index) * sizeof(uint64_t), in acl_gen_log_stats()
419 struct rte_acl_indices *indices, in acl_calc_counts_indices() argument
425 memset(indices, 0, sizeof(*indices)); in acl_calc_counts_indices()
435 indices->quad_index = indices->dfa_index + in acl_calc_counts_indices()
437 indices->single_index = indices->quad_index + counts->quad_vectors; in acl_calc_counts_indices()
438 indices->match_start = indices->single_index + counts->single + 1; in acl_calc_counts_indices()
439 indices->match_start = RTE_ALIGN(indices->match_start, in acl_calc_counts_indices()
441 indices->match_index = 1; in acl_calc_counts_indices()
458 struct rte_acl_indices indices; in rte_acl_gen() local
[all …]
H A Dacl_run_sse.h99 acl_process_matches(xmm_t *indices, int slot, const struct rte_acl_ctx *ctx, in acl_process_matches() argument
105 transition1 = _mm_cvtsi128_si64(*indices); in acl_process_matches()
108 *indices = _mm_shuffle_epi32(*indices, SHUFFLE32_SWAP64); in acl_process_matches()
109 transition2 = _mm_cvtsi128_si64(*indices); in acl_process_matches()
117 *indices = _mm_set_epi64x(transition2, transition1); in acl_process_matches()
/dpdk/doc/guides/prog_guide/
H A Defd_lib.rst129 EFD stores only indices of hash functions that map keys to values, and
H A Dswitch_representation.rst277 - VF representors are assigned arbitrary port indices 4 and 5 in the
H A Drte_flow.rst2064 | ``queue`` | queue indices to use |
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4278 - ``queues [{unsigned} [...]] end``: queue indices to use.