Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h133 {MLX5_FLOW_CONTEXT_ACTION_DROP, "DROP"},\
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c415 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in add_ethtool_flow_rule()
Deswitch.c1195 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in esw_vport_ingress_config()
1282 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in esw_vport_egress_config()
Dfs_core.c1390 if (xored_actions & (MLX5_FLOW_CONTEXT_ACTION_DROP | in check_conflicting_actions()
1481 return (action & (MLX5_FLOW_CONTEXT_ACTION_DROP | in counter_is_valid()
Den_tc.c2069 action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in parse_tc_nic_actions()
2682 action |= MLX5_FLOW_CONTEXT_ACTION_DROP | in parse_tc_fdb_actions()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c2802 action->action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in parse_flow_attr()
2879 bool is_drop = flow_act->action & MLX5_FLOW_CONTEXT_ACTION_DROP; in is_valid_esp_aes_gcm()
3335 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_DROP) { in _create_flow_rule()
/Linux-v4.19/include/linux/mlx5/
Dmlx5_ifc.h2394 MLX5_FLOW_CONTEXT_ACTION_DROP = 0x2, enumerator