Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_meter.c123 attr->action |= MLX5_FLOW_CONTEXT_ACTION_COUNT; in mlx5e_post_meter_add_rule()
140 attr->action &= ~MLX5_FLOW_CONTEXT_ACTION_COUNT; in mlx5e_post_meter_add_rule()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c194 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT; in rx_add_rule_drop_auth_trailer()
275 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT; in rx_add_rule_drop_replay()
349 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT; in ipsec_rx_status_drop_all_create()
406 MLX5_FLOW_CONTEXT_ACTION_COUNT; in ipsec_rx_status_pass_create()
874 MLX5_FLOW_CONTEXT_ACTION_COUNT; in ipsec_counter_rule_tx()
1644 MLX5_FLOW_CONTEXT_ACTION_COUNT; in rx_add_rule()
1754 MLX5_FLOW_CONTEXT_ACTION_COUNT; in tx_add_rule()
1834 MLX5_FLOW_CONTEXT_ACTION_COUNT; in tx_add_policy()
1912 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT; in rx_add_policy()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c660 fte->act_dests.action.action &= ~MLX5_FLOW_CONTEXT_ACTION_COUNT; in del_sw_hw_rule()
1906 if (action1 == MLX5_FLOW_CONTEXT_ACTION_COUNT || in check_conflicting_actions()
1907 action2 == MLX5_FLOW_CONTEXT_ACTION_COUNT) in check_conflicting_actions()
H A Deswitch_offloads.c722 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5_eswitch_add_offloaded_rule()
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h3771 MLX5_FLOW_CONTEXT_ACTION_COUNT = 0x8, enumerator