Home
last modified time | relevance | path

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

/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.c2658 if (action->action_mask & (1LLU << RTE_TABLE_ACTION_STATS)) { in action_convert()
2661 RTE_TABLE_ACTION_STATS, in action_convert()
H A Dcli.c1411 p.action_mask |= 1LLU << RTE_TABLE_ACTION_STATS; in cmd_table_action_profile()
3742 a->action_mask |= 1 << RTE_TABLE_ACTION_STATS; in parse_table_action_stats()
5074 if (a->action_mask & (1LLU << RTE_TABLE_ACTION_STATS)) in table_rule_show()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_action.c347 if (params->action_mask & (1LLU << RTE_TABLE_ACTION_STATS)) { in softnic_table_action_profile_create()
349 RTE_TABLE_ACTION_STATS, in softnic_table_action_profile_create()
H A Drte_eth_softnic_flow.c1459 (1LLU << RTE_TABLE_ACTION_STATS)) == 0) in flow_rule_action_get()
1471 rule_action->action_mask |= 1 << RTE_TABLE_ACTION_STATS; in flow_rule_action_get()
H A Drte_eth_softnic_thread.c2507 if (action->action_mask & (1LLU << RTE_TABLE_ACTION_STATS)) { in action_convert()
2510 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()
/dpdk/lib/pipeline/
H A Drte_table_action.c2201 case RTE_TABLE_ACTION_STATS: in action_valid()
2244 case RTE_TABLE_ACTION_STATS: in action_cfg_size()
2276 case RTE_TABLE_ACTION_STATS: in action_cfg_get()
2331 case RTE_TABLE_ACTION_STATS: in action_data_size()
2441 case RTE_TABLE_ACTION_STATS: in rte_table_action_profile_action_register()
2590 case RTE_TABLE_ACTION_STATS: in rte_table_action_apply()
2812 (1LLU << RTE_TABLE_ACTION_STATS)) == 0) || in rte_table_action_stats_read()
2817 RTE_TABLE_ACTION_STATS); in rte_table_action_stats_read()
2977 if (cfg->action_mask & (1LLU << RTE_TABLE_ACTION_STATS)) { in pkt_work()
2979 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