Searched refs:drop_ctr_dst (Results 1 – 2 of 2) sorted by relevance
70 struct mlx5_flow_destination drop_ctr_dst = {}; in esw_acl_egress_lgcy_setup() local132 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()
142 struct mlx5_flow_destination drop_ctr_dst = {}; in esw_acl_ingress_lgcy_setup() local240 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()