Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3083 uint32_t src_struct_id_first = 0, src_struct_id_last = 0; in instr_hash_translate() local
3094 src_first = struct_field_parse(p, action, tokens[3], &src_struct_id_first); in instr_hash_translate()
3100 CHECK(src_struct_id_first == src_struct_id_last, EINVAL); in instr_hash_translate()
3106 instr->hash_func.src.struct_id = (uint8_t)src_struct_id_first; in instr_hash_translate()
3140 uint32_t src_struct_id_first = 0, src_struct_id_last = 0; in instr_rss_translate() local
3151 src_first = struct_field_parse(p, action, tokens[3], &src_struct_id_first); in instr_rss_translate()
3157 CHECK(src_struct_id_first == src_struct_id_last, EINVAL); in instr_rss_translate()
3163 instr->rss.src.struct_id = (uint8_t)src_struct_id_first; in instr_rss_translate()