Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.c2248 if (esw->eswitch_operation_in_progress) { in mlx5_esw_hold()
2310 if (esw->eswitch_operation_in_progress || in mlx5_esw_try_lock()
2323 if (esw->eswitch_operation_in_progress) { in mlx5_esw_lock()
Deswitch_offloads.c3762 esw->eswitch_operation_in_progress = true; in mlx5_devlink_eswitch_mode_set()
3783 esw->eswitch_operation_in_progress = false; in mlx5_devlink_eswitch_mode_set()
3893 esw->eswitch_operation_in_progress = true; in mlx5_devlink_eswitch_inline_mode_set()
3901 esw->eswitch_operation_in_progress = false; in mlx5_devlink_eswitch_inline_mode_set()
4000 esw->eswitch_operation_in_progress = true; in mlx5_devlink_eswitch_encap_mode_set()
4017 esw->eswitch_operation_in_progress = false; in mlx5_devlink_eswitch_encap_mode_set()
Deswitch.h387 bool eswitch_operation_in_progress; member