Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Degress_ofld.c212 struct mlx5_vport *active_vport = mlx5_eswitch_get_vport(esw, active_vport_num); in mlx5_esw_acl_egress_vport_bond() local
215 if (IS_ERR(active_vport)) in mlx5_esw_acl_egress_vport_bond()
216 return PTR_ERR(active_vport); in mlx5_esw_acl_egress_vport_bond()
221 esw_acl_egress_ofld_rules_destroy(active_vport); in mlx5_esw_acl_egress_vport_bond()
222 esw_acl_egress_ofld_rules_create(esw, active_vport, NULL); in mlx5_esw_acl_egress_vport_bond()