Searched refs:uplink_netdev (Results 1 – 5 of 5) sorted by relevance
82 struct net_device *uplink_netdev = uplink_vsi->netdev; in ice_eswitch_setup_env() local89 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()
55 return mdev->mlx5e_res.uplink_netdev; in mlx5_uplink_netdev_get()
349 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()
3668 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()
678 struct net_device *uplink_netdev; member