Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmlx5.h55 return mdev->mlx5e_res.uplink_netdev; in mlx5_uplink_netdev_get()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A 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()
/openbmc/linux/include/linux/mlx5/
H A Ddriver.h678 struct net_device *uplink_netdev; member