Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.c1242 struct mlx5_flow_destination drop_ctr_dst = {0}; in esw_vport_ingress_config() local
1307 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() local
1394 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()