Searched refs:old_rif (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 1731 struct mlxsw_sp_rif *old_rif, in mlxsw_sp_rif_migrate_destroy() 1735 struct mlxsw_sp_crif *crif = old_rif->crif; in mlxsw_sp_rif_migrate_destroy() 1745 old_rif->crif = &mock_crif; in mlxsw_sp_rif_migrate_destroy() 1746 mock_crif.rif = old_rif; in mlxsw_sp_rif_migrate_destroy() 1747 mlxsw_sp_rif_destroy(old_rif); in mlxsw_sp_rif_migrate_destroy() 8571 struct mlxsw_sp_rif *old_rif; in mlxsw_sp_router_bridge_vlan_add() local 8579 old_rif = mlxsw_sp_rif_find_by_dev(mlxsw_sp, br_dev); in mlxsw_sp_router_bridge_vlan_add() 8580 if (old_rif) { in mlxsw_sp_router_bridge_vlan_add() 8584 if (WARN_ON(old_rif->ops->type != MLXSW_SP_RIF_TYPE_VLAN)) in mlxsw_sp_router_bridge_vlan_add() 8585 old_rif in mlxsw_sp_router_bridge_vlan_add() 1730 mlxsw_sp_rif_migrate_destroy(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_rif *old_rif, struct mlxsw_sp_rif *new_rif, bool migrate_nhs) mlxsw_sp_rif_migrate_destroy() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 1506 struct mlxsw_sp_rif *old_rif, 3979 struct mlxsw_sp_rif *old_rif, in mlxsw_sp_nexthop_rif_migrate() 3984 list_splice_init(&old_rif->nexthop_list, &new_rif->nexthop_list); in mlxsw_sp_nexthop_rif_migrate() 3978 mlxsw_sp_nexthop_rif_migrate(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_rif *old_rif, struct mlxsw_sp_rif *new_rif) mlxsw_sp_nexthop_rif_migrate() argument
|
Completed in 25 milliseconds