Searched refs:action_id (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_swx_ctl.c | 171 uint32_t action_id = table->actions[i].action_id; in table_params_get() local 284 if (entry->action_id == table->actions[i].action_id) in table_entry_check() 290 a = &ctl->actions[entry->action_id]; in table_entry_check() 350 if (entry->action_id == table->actions[i].action_id) in table_entry_duplicate() 356 new_entry->action_id = entry->action_id; in table_entry_duplicate() 359 a = &ctl->actions[entry->action_id]; in table_entry_duplicate() 1162 uint64_t action_id; in table_rollfwd1() local 1168 action_id = table->pending_default->action_id; in table_rollfwd1() 1170 a = &ctl->actions[action_id]; in table_rollfwd1() 1176 ts_next->default_action_id = action_id; in table_rollfwd1() [all …]
|
| H A D | rte_swx_ctl.h | 153 uint32_t action_id, 183 uint32_t action_id, 282 uint32_t action_id; member
|
| H A D | rte_swx_pipeline.c | 517 uint8_t action_id; member 636 uint64_t action_id; member 2404 uint32_t action_id) in thread_ip_action_call() argument 3064 uint64_t action_id; in instr_table_exec() local 3072 &action_id, in instr_table_exec() 3085 action_id = hit ? action_id : ts->default_action_id; in instr_table_exec() 3094 t->action_id = action_id; in instr_table_exec() 5066 t->ip = (ip->jmp.action_id == t->action_id) ? ip->jmp.ip : (t->ip + 1); in instr_jmp_action_hit_exec() 5077 t->ip = (ip->jmp.action_id == t->action_id) ? (t->ip + 1) : ip->jmp.ip; in instr_jmp_action_miss_exec() 7034 uint32_t action_id, in rte_swx_ctl_action_info_get() argument [all …]
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_swx_table.h | 93 uint64_t action_id; member 248 uint64_t *action_id,
|
| H A D | rte_swx_table_em.c | 339 bkt_data[0] = input->action_id; in bkt_key_install() 360 bkt_data[0] = input->action_id; in bkt_key_data_update() 591 uint64_t *action_id, in table_lookup_unoptimized() argument 619 *action_id = bkt_data[0]; in table_lookup_unoptimized() 688 uint64_t *action_id, in table_lookup() argument 764 *action_id = bkt_data[0]; in table_lookup() 774 action_id, in table_lookup()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 723 uint32_t *action_id; member 727 uint32_t action_id; member 1908 .args = ARGS(ARGS_ENTRY(struct buffer, args.sa.action_id)), 4238 args.sa_destroy.action_id)), 4534 uint32_t *action_id; in parse_sa_destroy() local 4551 out->args.sa_destroy.action_id = in parse_sa_destroy() 4556 action_id = out->args.sa_destroy.action_id in parse_sa_destroy() 4558 if ((uint8_t *)action_id > (uint8_t *)out + size) in parse_sa_destroy() 4561 ctx->object = action_id; in parse_sa_destroy() 7280 in->args.sa_destroy.action_id); in cmd_flow_parsed() [all …]
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 4320 flow shared_action {port_id} create [action_id {shared_action_id}] 4338 testpmd> flow shared_action 0 create action_id 100 \ 4344 testpmd> flow shared_action 0 create action_id \ 4382 flow shared_action {port_id} destroy action_id {shared_action_id} [...] 4395 testpmd> flow shared_action 0 destroy action_id 100 action_id 101
|