Symbol: MLX5_FLOW_CONTEXT_ACTION_DROP
drivers/infiniband/hw/mlx5/fs.c
1555
if (dst && !(flow_act.action & MLX5_FLOW_CONTEXT_ACTION_DROP)) {
drivers/infiniband/hw/mlx5/fs.c
1593
if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_DROP) {
drivers/infiniband/hw/mlx5/fs.c
2487
flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_DROP;
drivers/infiniband/hw/mlx5/fs.c
2713
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP;
drivers/infiniband/hw/mlx5/fs.c
516
action->action |= MLX5_FLOW_CONTEXT_ACTION_DROP;
drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h
168
{MLX5_FLOW_CONTEXT_ACTION_DROP, "DROP"},\
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/drop.c
13
attr->action |= MLX5_FLOW_CONTEXT_ACTION_DROP;
drivers/net/ethernet/mellanox/mlx5/core/en/tc/post_meter.c
124
if (attr->action & MLX5_FLOW_CONTEXT_ACTION_DROP)
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c
2098
flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_DROP;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c
2220
flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_DROP;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c
224
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c
2297
flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_DROP |
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c
2376
flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c
302
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c
374
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c
987
MLX5_FLOW_CONTEXT_ACTION_COUNT | MLX5_FLOW_CONTEXT_ACTION_DROP;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.c
189
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP |
drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.c
207
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP |
drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.c
224
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP |
drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c
477
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP;
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
1713
(MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | MLX5_FLOW_CONTEXT_ACTION_DROP))) {
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
1719
(MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | MLX5_FLOW_CONTEXT_ACTION_DROP))) {
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
1725
actions & MLX5_FLOW_CONTEXT_ACTION_DROP) {
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
3895
attr->action |= MLX5_FLOW_CONTEXT_ACTION_DROP;
drivers/net/ethernet/mellanox/mlx5/core/esw/acl/egress_lgcy.c
132
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP;
drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ingress_lgcy.c
258
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP;
drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ingress_ofld.c
139
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP;
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_mcast.c
513
.action = MLX5_FLOW_CONTEXT_ACTION_DROP,
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
2176
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP;
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
2410
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP;
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
1934
if (xored_actions & (MLX5_FLOW_CONTEXT_ACTION_DROP |
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
2023
return (action & (MLX5_FLOW_CONTEXT_ACTION_DROP |
drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c
1241
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP;
drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c
1592
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT;
drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c
497
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c
939
if (fte_action->action & MLX5_FLOW_CONTEXT_ACTION_DROP) {
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/fs_dr.c
404
if (fte->act_dests.action.action & MLX5_FLOW_CONTEXT_ACTION_DROP) {