Searched refs:drop_ctr_dst (Results 1 – 1 of 1) sorted by relevance
1128 struct mlx5_flow_destination drop_ctr_dst = {0}; in esw_vport_ingress_config() local1200 drop_ctr_dst.type = MLX5_FLOW_DESTINATION_TYPE_COUNTER; in esw_vport_ingress_config()1201 drop_ctr_dst.counter = counter; in esw_vport_ingress_config()1202 dst = &drop_ctr_dst; in esw_vport_ingress_config()1228 struct mlx5_flow_destination drop_ctr_dst = {0}; in esw_vport_egress_config() local1287 drop_ctr_dst.type = MLX5_FLOW_DESTINATION_TYPE_COUNTER; in esw_vport_egress_config()1288 drop_ctr_dst.counter = counter; in esw_vport_egress_config()1289 dst = &drop_ctr_dst; in esw_vport_egress_config()