Home
last modified time | relevance | path

Searched refs:MTR_POLICER_ACTION_COLOR_RED (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_meter.c80 case MTR_POLICER_ACTION_COLOR_RED: in softnic_table_action_policer()
543 actions[i] != MTR_POLICER_ACTION_COLOR_RED && in pmd_mtr_policer_actions_update()
628 if (m->params.action[i] == MTR_POLICER_ACTION_COLOR_RED) in mtr_stats_convert()
648 if (m->params.action[i] == MTR_POLICER_ACTION_COLOR_RED) in mtr_stats_convert()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_mtr.h188 MTR_POLICER_ACTION_COLOR_RED, enumerator
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c442 case MTR_POLICER_ACTION_COLOR_RED: in action2error()
474 MTR_POLICER_ACTION_COLOR_RED }; in mlx5_flow_meter_validate() enumerator
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_mtr.c159 return MTR_POLICER_ACTION_COLOR_RED; in string_to_policer_action()