Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Degress_lgcy.c71 struct mlx5_flow_destination drop_ctr_dst = {}; in esw_acl_egress_lgcy_setup() local
137 drop_ctr_dst.type = MLX5_FLOW_DESTINATION_TYPE_COUNTER; in esw_acl_egress_lgcy_setup()
138 drop_ctr_dst.counter = drop_counter; in esw_acl_egress_lgcy_setup()
139 dst = &drop_ctr_dst; in esw_acl_egress_lgcy_setup()
H A Dingress_lgcy.c143 struct mlx5_flow_destination drop_ctr_dst = {}; in esw_acl_ingress_lgcy_setup() local
262 drop_ctr_dst.type = MLX5_FLOW_DESTINATION_TYPE_COUNTER; in esw_acl_ingress_lgcy_setup()
263 drop_ctr_dst.counter = counter; in esw_acl_ingress_lgcy_setup()
264 dst = &drop_ctr_dst; in esw_acl_ingress_lgcy_setup()