Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.c1128 struct mlx5_flow_destination drop_ctr_dst = {0}; in esw_vport_ingress_config() local
1200 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() local
1287 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()