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.c2258 if (esw->eswitch_operation_in_progress) { in mlx5_esw_hold()
2320 if (esw->eswitch_operation_in_progress || in mlx5_esw_try_lock()
2333 if (esw->eswitch_operation_in_progress) { in mlx5_esw_lock()
H A Deswitch_offloads.c3777 esw->eswitch_operation_in_progress = true; in mlx5_devlink_eswitch_mode_set()
3799 esw->eswitch_operation_in_progress = false; in mlx5_devlink_eswitch_mode_set()
3909 esw->eswitch_operation_in_progress = true; in mlx5_devlink_eswitch_inline_mode_set()
3917 esw->eswitch_operation_in_progress = false; in mlx5_devlink_eswitch_inline_mode_set()
4016 esw->eswitch_operation_in_progress = true; in mlx5_devlink_eswitch_encap_mode_set()
4033 esw->eswitch_operation_in_progress = false; in mlx5_devlink_eswitch_encap_mode_set()
H A Deswitch.h387 bool eswitch_operation_in_progress; member