Home
last modified time | relevance | path

Searched refs:first_load_sz (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_acl/
H A Dacl_run_avx512.c14 uint32_t first_load_sz; /* first load size for new packet */ member
28 flow->first_load_sz = ctx->first_load_sz; in acl_set_flow_avx512()
H A Dacl_run_avx512_common.h288 rm[0], &di[0], flow->first_load_sz); in _F_()
297 rm[1], &di[1], flow->first_load_sz); in _F_()
323 flow->first_load_sz); in _F_()
325 flow->first_load_sz); in _F_()
H A Dacl.h172 uint32_t first_load_sz; member
H A Drte_acl.c521 printf(" first_load_sz=%"PRIu32"\n", ctx->first_load_sz); in rte_acl_dump()
H A Dacl_bld.c1653 ctx->first_load_sz = get_first_load_size(cfg); in rte_acl_build()