Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Degress_lgcy.c127 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in esw_acl_egress_lgcy_setup()
H A Dingress_lgcy.c236 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in esw_acl_ingress_lgcy_setup()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dfs.c527 action->action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in parse_flow_attr()
605 bool is_drop = flow_act->action & MLX5_FLOW_CONTEXT_ACTION_DROP; in is_valid_esp_aes_gcm()
948 if (dst && !(flow_act.action & MLX5_FLOW_CONTEXT_ACTION_DROP)) { in _create_flow_rule()
992 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_DROP) { in _create_flow_rule()
1956 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in UVERBS_HANDLER()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.h168 {MLX5_FLOW_CONTEXT_ACTION_DROP, "DROP"},\
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c362 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_DROP) { in mlx5_cmd_dr_create_fte()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c420 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in add_ethtool_flow_rule()
H A Dfs_core.c1545 if (xored_actions & (MLX5_FLOW_CONTEXT_ACTION_DROP | in check_conflicting_actions()
1633 return (action & (MLX5_FLOW_CONTEXT_ACTION_DROP | in counter_is_valid()
H A Den_tc.c3554 action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in parse_tc_nic_actions()
4236 action |= MLX5_FLOW_CONTEXT_ACTION_DROP | in parse_tc_fdb_actions()
4538 (MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | MLX5_FLOW_CONTEXT_ACTION_DROP))) { in parse_tc_fdb_actions()
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Dmlx5_ifc.h3005 MLX5_FLOW_CONTEXT_ACTION_DROP = 0x2, enumerator