Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c3342 int vport_admin_state; in mlx5e_modify_admin_state() local
3351 vport_admin_state = MLX5_VPORT_ADMIN_STATE_AUTO; in mlx5e_modify_admin_state()
3353 vport_admin_state = MLX5_VPORT_ADMIN_STATE_DOWN; in mlx5e_modify_admin_state()
3355 mlx5_eswitch_set_vport_state(esw, MLX5_VPORT_UPLINK, vport_admin_state); in mlx5e_modify_admin_state()