Searched refs:drop_grp (Results 1 – 3 of 3) sorted by relevance
23 struct mlx5_flow_group *drop_grp; in esw_acl_egress_lgcy_groups_create() local39 drop_grp = mlx5_create_flow_group(vport->egress.acl, flow_group_in); in esw_acl_egress_lgcy_groups_create()40 if (IS_ERR(drop_grp)) { in esw_acl_egress_lgcy_groups_create()41 err = PTR_ERR(drop_grp); in esw_acl_egress_lgcy_groups_create()47 vport->egress.legacy.drop_grp = drop_grp; in esw_acl_egress_lgcy_groups_create()60 if (!IS_ERR_OR_NULL(vport->egress.legacy.drop_grp)) { in esw_acl_egress_lgcy_groups_destroy()61 mlx5_destroy_flow_group(vport->egress.legacy.drop_grp); in esw_acl_egress_lgcy_groups_destroy()62 vport->egress.legacy.drop_grp = NULL; in esw_acl_egress_lgcy_groups_destroy()
95 vport->ingress.legacy.drop_grp = g; in esw_acl_ingress_lgcy_groups_create()133 if (vport->ingress.legacy.drop_grp) { in esw_acl_ingress_lgcy_groups_destroy()134 mlx5_destroy_flow_group(vport->ingress.legacy.drop_grp); in esw_acl_ingress_lgcy_groups_destroy()135 vport->ingress.legacy.drop_grp = NULL; in esw_acl_ingress_lgcy_groups_destroy()
100 struct mlx5_flow_group *drop_grp; member124 struct mlx5_flow_group *drop_grp; member