Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c3741 esw->eswitch_operation_in_progress = true; in mlx5_devlink_eswitch_mode_set()
3762 esw->eswitch_operation_in_progress = false; in mlx5_devlink_eswitch_mode_set()
3872 esw->eswitch_operation_in_progress = true; in mlx5_devlink_eswitch_inline_mode_set()
3880 esw->eswitch_operation_in_progress = false; in mlx5_devlink_eswitch_inline_mode_set()
3979 esw->eswitch_operation_in_progress = true; in mlx5_devlink_eswitch_encap_mode_set()
3996 esw->eswitch_operation_in_progress = false; in mlx5_devlink_eswitch_encap_mode_set()
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.h386 bool eswitch_operation_in_progress; member