Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ip_pipeline/
H A Dpipeline.h62 const char *action_profile_name; member
143 const char *action_profile_name; member
H A Dpipeline.c192 if (params->action_profile_name) { in pipeline_port_in_create()
193 ap = port_in_action_profile_find(params->action_profile_name); in pipeline_port_in_create()
814 if (params->action_profile_name) { in pipeline_table_create()
815 ap = table_action_profile_find(params->action_profile_name); in pipeline_table_create()
H A Dcli.c1746 p.action_profile_name = NULL; in cmd_pipeline_port_in()
1753 p.action_profile_name = tokens[t0 + 1]; in cmd_pipeline_port_in()
2230 p.action_profile_name = NULL; in cmd_pipeline_table()
2237 p.action_profile_name = tokens[t0 + 1]; in cmd_pipeline_table()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c266 if (strlen(params->action_profile_name)) { in softnic_pipeline_port_in_create()
268 params->action_profile_name); in softnic_pipeline_port_in_create()
839 if (strlen(params->action_profile_name)) { in softnic_pipeline_table_create()
841 params->action_profile_name); in softnic_pipeline_table_create()
H A Drte_eth_softnic_internals.h411 char action_profile_name[NAME_SIZE]; member
495 char action_profile_name[NAME_SIZE]; member
H A Drte_eth_softnic_flow.c1175 table->params.action_profile_name); in flow_rule_action_get()
1982 table->params.action_profile_name); in is_meter_action_enable()
H A Drte_eth_softnic_cli.c2451 strlcpy(p.action_profile_name, tokens[t0 + 1], in cmd_pipeline_port_in()
2452 sizeof(p.action_profile_name)); in cmd_pipeline_port_in()
2928 strlcpy(p.action_profile_name, tokens[t0 + 1], in cmd_pipeline_table()
2929 sizeof(p.action_profile_name)); in cmd_pipeline_table()