Searched refs:drop_ctr_dst (Results 1 – 2 of 2) sorted by relevance
71 struct mlx5_flow_destination drop_ctr_dst = {}; in esw_acl_egress_lgcy_setup() local137 drop_ctr_dst.type = MLX5_FLOW_DESTINATION_TYPE_COUNTER; in esw_acl_egress_lgcy_setup()138 drop_ctr_dst.counter_id = mlx5_fc_id(drop_counter); in esw_acl_egress_lgcy_setup()139 dst = &drop_ctr_dst; in esw_acl_egress_lgcy_setup()
143 struct mlx5_flow_destination drop_ctr_dst = {}; in esw_acl_ingress_lgcy_setup() local262 drop_ctr_dst.type = MLX5_FLOW_DESTINATION_TYPE_COUNTER; in esw_acl_ingress_lgcy_setup()263 drop_ctr_dst.counter_id = mlx5_fc_id(counter); in esw_acl_ingress_lgcy_setup()264 dst = &drop_ctr_dst; in esw_acl_ingress_lgcy_setup()