Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_table_action.h309 int n_bytes_enabled; member
666 int n_bytes_enabled; member
H A Drte_table_action.c104 (mtr->n_bytes_enabled != 0)) in mtr_cfg_check()
1581 if ((stats->n_packets_enabled == 0) && (stats->n_bytes_enabled == 0)) in stats_cfg_check()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c1890 p.mtr.n_bytes_enabled = 0; in cmd_table_action_profile()
1893 p.mtr.n_bytes_enabled = 0; in cmd_table_action_profile()
1896 p.mtr.n_bytes_enabled = 1; in cmd_table_action_profile()
1899 p.mtr.n_bytes_enabled = 1; in cmd_table_action_profile()
2111 p.stats.n_bytes_enabled = 0; in cmd_table_action_profile()
2114 p.stats.n_bytes_enabled = 1; in cmd_table_action_profile()
2117 p.stats.n_bytes_enabled = 1; in cmd_table_action_profile()
H A Drte_eth_softnic_flow.c2279 (table->ap->params.stats.n_bytes_enabled) ? 1 : 0; in pmd_flow_query()
/dpdk/examples/ip_pipeline/
H A Dcli.c1183 p.mtr.n_bytes_enabled = 0; in cmd_table_action_profile()
1186 p.mtr.n_bytes_enabled = 0; in cmd_table_action_profile()
1189 p.mtr.n_bytes_enabled = 1; in cmd_table_action_profile()
1192 p.mtr.n_bytes_enabled = 1; in cmd_table_action_profile()
1398 p.stats.n_bytes_enabled = 0; in cmd_table_action_profile()
1401 p.stats.n_bytes_enabled = 1; in cmd_table_action_profile()
1404 p.stats.n_bytes_enabled = 1; in cmd_table_action_profile()