Searched refs:uplink_netdev (Results 1 – 3 of 3) sorted by relevance
101 mdev->mlx5e_res.uplink_netdev = netdev; in mlx5_uplink_netdev_set()106 return mdev->mlx5e_res.uplink_netdev; in mlx5_uplink_netdev_get()
117 struct net_device *uplink_netdev = uplink_vsi->netdev; in ice_eswitch_setup_env() local128 netif_addr_lock_bh(uplink_netdev); in ice_eswitch_setup_env()129 __dev_uc_unsync(uplink_netdev, NULL); in ice_eswitch_setup_env()130 __dev_mc_unsync(uplink_netdev, NULL); in ice_eswitch_setup_env()131 netif_addr_unlock_bh(uplink_netdev); in ice_eswitch_setup_env()
678 struct net_device *uplink_netdev; member