Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c2247 if (esw->eswitch_operation_in_progress) { in mlx5_esw_hold()
2309 if (esw->eswitch_operation_in_progress || in mlx5_esw_try_lock()
2322 if (esw->eswitch_operation_in_progress) { in mlx5_esw_lock()
H A Deswitch_offloads.c3759 esw->eswitch_operation_in_progress = true; in mlx5_devlink_eswitch_mode_set()
3780 esw->eswitch_operation_in_progress = false; in mlx5_devlink_eswitch_mode_set()
3890 esw->eswitch_operation_in_progress = true; in mlx5_devlink_eswitch_inline_mode_set()
3898 esw->eswitch_operation_in_progress = false; in mlx5_devlink_eswitch_inline_mode_set()
3997 esw->eswitch_operation_in_progress = true; in mlx5_devlink_eswitch_encap_mode_set()
4014 esw->eswitch_operation_in_progress = false; in mlx5_devlink_eswitch_encap_mode_set()
H A Deswitch.h387 bool eswitch_operation_in_progress; member