Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c3106 int vport_admin_state; in mlx5e_modify_admin_state() local
3115 vport_admin_state = MLX5_VPORT_ADMIN_STATE_AUTO; in mlx5e_modify_admin_state()
3117 vport_admin_state = MLX5_VPORT_ADMIN_STATE_DOWN; in mlx5e_modify_admin_state()
3119 mlx5_eswitch_set_vport_state(esw, MLX5_VPORT_UPLINK, vport_admin_state); in mlx5e_modify_admin_state()