Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Ddrop.c13 attr->action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in tc_act_parse_drop()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Degress_lgcy.c132 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in esw_acl_egress_lgcy_setup()
H A Dingress_lgcy.c258 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in esw_acl_ingress_lgcy_setup()
H A Dingress_ofld.c139 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in esw_acl_ingress_src_port_drop_create()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.h168 {MLX5_FLOW_CONTEXT_ACTION_DROP, "DROP"},\
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c192 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT; in ipsec_rx_status_drop_create()
1387 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in rx_add_rule()
1480 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in tx_add_rule()
1557 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_DROP | in tx_add_policy()
1636 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT; in rx_add_policy()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_meter.c124 if (attr->action & MLX5_FLOW_CONTEXT_ACTION_DROP) in mlx5e_post_meter_add_rule()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c510 action->action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in parse_flow_attr()
1083 if (dst && !(flow_act.action & MLX5_FLOW_CONTEXT_ACTION_DROP)) { in _create_flow_rule()
1121 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_DROP) { in _create_flow_rule()
1935 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in UVERBS_HANDLER()
2152 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in steering_anchor_create_rule_drop()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c501 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT; in macsec_fs_tx_create()
1245 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in macsec_fs_rx_roce_miss_create()
1596 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT; in macsec_fs_rx_create()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c404 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_DROP) { in mlx5_cmd_dr_create_fte()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c477 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in add_ethtool_flow_rule()
H A Den_tc.c1708 (MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | MLX5_FLOW_CONTEXT_ACTION_DROP))) { in verify_attr_actions()
1714 (MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | MLX5_FLOW_CONTEXT_ACTION_DROP))) { in verify_attr_actions()
1720 actions & MLX5_FLOW_CONTEXT_ACTION_DROP) { in verify_attr_actions()
3776 attr->action |= MLX5_FLOW_CONTEXT_ACTION_DROP; in alloc_branch_attr()
H A Dfs_core.c1744 if (xored_actions & (MLX5_FLOW_CONTEXT_ACTION_DROP | in check_conflicting_actions()
1833 return (action & (MLX5_FLOW_CONTEXT_ACTION_DROP | in counter_is_valid()
H A Deswitch_offloads.c2159 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP; in esw_create_vport_rx_drop_rule()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c513 .action = MLX5_FLOW_CONTEXT_ACTION_DROP, in mlx5_esw_bridge_mcast_flow_with_esw_create()
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h3463 MLX5_FLOW_CONTEXT_ACTION_DROP = 0x2, enumerator