Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ip_pipeline/
H A Daction.c315 if (params->action_mask & (1LLU << RTE_TABLE_ACTION_STATS)) { in table_action_profile_create()
317 RTE_TABLE_ACTION_STATS, in table_action_profile_create()
H A Dthread.c2660 if (action->action_mask & (1LLU << RTE_TABLE_ACTION_STATS)) { in action_convert()
2663 RTE_TABLE_ACTION_STATS, in action_convert()
H A Dcli.c1413 p.action_mask |= 1LLU << RTE_TABLE_ACTION_STATS; in cmd_table_action_profile()
3744 a->action_mask |= 1 << RTE_TABLE_ACTION_STATS; in parse_table_action_stats()
5083 if (a->action_mask & (1LLU << RTE_TABLE_ACTION_STATS)) in table_rule_show()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_action.c346 if (params->action_mask & (1LLU << RTE_TABLE_ACTION_STATS)) { in softnic_table_action_profile_create()
348 RTE_TABLE_ACTION_STATS, in softnic_table_action_profile_create()
H A Drte_eth_softnic_flow.c1465 (1LLU << RTE_TABLE_ACTION_STATS)) == 0) in flow_rule_action_get()
1477 rule_action->action_mask |= 1 << RTE_TABLE_ACTION_STATS; in flow_rule_action_get()
H A Drte_eth_softnic_thread.c2511 if (action->action_mask & (1LLU << RTE_TABLE_ACTION_STATS)) { in action_convert()
2514 RTE_TABLE_ACTION_STATS, in action_convert()
H A Drte_eth_softnic_cli.c2124 p.action_mask |= 1LLU << RTE_TABLE_ACTION_STATS; in cmd_table_action_profile()
4451 a->action_mask |= 1 << RTE_TABLE_ACTION_STATS; in parse_table_action_stats()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c2203 case RTE_TABLE_ACTION_STATS: in action_valid()
2246 case RTE_TABLE_ACTION_STATS: in action_cfg_size()
2278 case RTE_TABLE_ACTION_STATS: in action_cfg_get()
2333 case RTE_TABLE_ACTION_STATS: in action_data_size()
2443 case RTE_TABLE_ACTION_STATS: in rte_table_action_profile_action_register()
2592 case RTE_TABLE_ACTION_STATS: in rte_table_action_apply()
2814 (1LLU << RTE_TABLE_ACTION_STATS)) == 0) || in rte_table_action_stats_read()
2819 RTE_TABLE_ACTION_STATS); in rte_table_action_stats_read()
2979 if (cfg->action_mask & (1LLU << RTE_TABLE_ACTION_STATS)) { in pkt_work()
2981 action_data_get(table_entry, action, RTE_TABLE_ACTION_STATS); in pkt_work()
[all …]
H A Drte_table_action.h92 RTE_TABLE_ACTION_STATS, enumerator