Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h2558 uint32_t n_src_bytes = ip->hash_func.src.n_bytes; in __instr_hash_func_exec() local
2568 result = func->func(&src_ptr[src_offset], n_src_bytes, 0); in __instr_hash_func_exec()
2610 uint32_t n_src_bytes = ip->rss.src.n_bytes; in __instr_rss_exec() local
2620 result = rss_func(r->key, r->key_size, &src_ptr[src_offset], n_src_bytes); in __instr_rss_exec()