Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Ddrop.c22 attr->action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in tc_act_parse_drop()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_meter.c103 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP | in mlx5e_post_meter_rules_create()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Degress_lgcy.c132 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in esw_acl_egress_lgcy_setup()
Dingress_lgcy.c258 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in esw_acl_ingress_lgcy_setup()
Dingress_ofld.c128 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in esw_acl_ingress_src_port_drop_create()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h168 {MLX5_FLOW_CONTEXT_ACTION_DROP, "DROP"},\
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dfs.c511 action->action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in parse_flow_attr()
1086 if (dst && !(flow_act.action & MLX5_FLOW_CONTEXT_ACTION_DROP)) { in _create_flow_rule()
1124 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_DROP) { in _create_flow_rule()
1938 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in UVERBS_HANDLER()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec_fs.c351 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT; in macsec_fs_tx_create()
984 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT; in macsec_fs_rx_create()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c384 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_DROP) { in mlx5_cmd_dr_create_fte()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3516 (MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | MLX5_FLOW_CONTEXT_ACTION_DROP))) { in actions_match_supported()
3522 (MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | MLX5_FLOW_CONTEXT_ACTION_DROP))) { in actions_match_supported()
3528 actions & MLX5_FLOW_CONTEXT_ACTION_DROP) { in actions_match_supported()
3534 (MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | MLX5_FLOW_CONTEXT_ACTION_DROP))) { in actions_match_supported()
3540 actions & MLX5_FLOW_CONTEXT_ACTION_DROP) { in actions_match_supported()
Den_fs_ethtool.c481 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in add_ethtool_flow_rule()
Dfs_core.c1622 if (xored_actions & (MLX5_FLOW_CONTEXT_ACTION_DROP | in check_conflicting_actions()
1710 return (action & (MLX5_FLOW_CONTEXT_ACTION_DROP | in counter_is_valid()
Deswitch_offloads.c2148 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in esw_create_vport_rx_drop_rule()
/linux-6.1.9/include/linux/mlx5/
Dmlx5_ifc.h3365 MLX5_FLOW_CONTEXT_ACTION_DROP = 0x2, enumerator