Searched refs:drop_ctr_dst (Results 1 – 1 of 1) sorted by relevance
1242 struct mlx5_flow_destination drop_ctr_dst = {0}; in esw_vport_ingress_config() local1307 drop_ctr_dst.type = MLX5_FLOW_DESTINATION_TYPE_COUNTER; in esw_vport_ingress_config()1308 drop_ctr_dst.counter_id = mlx5_fc_id(counter); in esw_vport_ingress_config()1309 dst = &drop_ctr_dst; in esw_vport_ingress_config()1335 struct mlx5_flow_destination drop_ctr_dst = {0}; in esw_vport_egress_config() local1394 drop_ctr_dst.type = MLX5_FLOW_DESTINATION_TYPE_COUNTER; in esw_vport_egress_config()1395 drop_ctr_dst.counter_id = mlx5_fc_id(counter); in esw_vport_egress_config()1396 dst = &drop_ctr_dst; in esw_vport_egress_config()