Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_eswitch.c82 struct net_device *uplink_netdev = uplink_vsi->netdev; in ice_eswitch_setup_env() local
89 netif_addr_lock_bh(uplink_netdev); in ice_eswitch_setup_env()
90 __dev_uc_unsync(uplink_netdev, NULL); in ice_eswitch_setup_env()
91 __dev_mc_unsync(uplink_netdev, NULL); in ice_eswitch_setup_env()
92 netif_addr_unlock_bh(uplink_netdev); in ice_eswitch_setup_env()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dmlx5.h55 return mdev->mlx5e_res.uplink_netdev; in mlx5_uplink_netdev_get()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c349 dev->mlx5e_res.uplink_netdev = netdev; in mlx5_core_uplink_netdev_set()
359 dev->mlx5e_res.uplink_netdev); in mlx5_core_uplink_netdev_event_replay()
Deswitch_offloads.c3668 if (dev->mlx5e_res.uplink_netdev) { in esw_offloads_devlink_ns_eq_netdev_ns()
3669 netdev_net = dev_net(dev->mlx5e_res.uplink_netdev); in esw_offloads_devlink_ns_eq_netdev_ns()
/linux-6.6.21/include/linux/mlx5/
Ddriver.h678 struct net_device *uplink_netdev; member