Home
last modified time | relevance | path

Searched refs:drop_ctr_dst (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Degress_lgcy.c70 struct mlx5_flow_destination drop_ctr_dst = {}; in esw_acl_egress_lgcy_setup() local
132 drop_ctr_dst.type = MLX5_FLOW_DESTINATION_TYPE_COUNTER; in esw_acl_egress_lgcy_setup()
133 drop_ctr_dst.counter_id = mlx5_fc_id(drop_counter); in esw_acl_egress_lgcy_setup()
134 dst = &drop_ctr_dst; in esw_acl_egress_lgcy_setup()
Dingress_lgcy.c142 struct mlx5_flow_destination drop_ctr_dst = {}; in esw_acl_ingress_lgcy_setup() local
240 drop_ctr_dst.type = MLX5_FLOW_DESTINATION_TYPE_COUNTER; in esw_acl_ingress_lgcy_setup()
241 drop_ctr_dst.counter_id = mlx5_fc_id(counter); in esw_acl_ingress_lgcy_setup()
242 dst = &drop_ctr_dst; in esw_acl_ingress_lgcy_setup()