Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c196 dev->state = MLX5_DEVICE_STATE_INTERNAL_ERROR; in enter_error_state()
210 dev->state = MLX5_DEVICE_STATE_INTERNAL_ERROR; in mlx5_enter_error_state()
214 if (!err_detected && dev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR) in mlx5_enter_error_state()
228 if (dev->state != MLX5_DEVICE_STATE_INTERNAL_ERROR) in mlx5_error_sw_reset()
805 if (dev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR) in poll_health()
814 dev->state = MLX5_DEVICE_STATE_INTERNAL_ERROR; in poll_health()
Dmain.c1486 dev->state = MLX5_DEVICE_STATE_INTERNAL_ERROR; in mlx5_init_one_devl_locked()
1570 dev->state = MLX5_DEVICE_STATE_INTERNAL_ERROR; in mlx5_load_one_devl_locked()
1684 dev->state = MLX5_DEVICE_STATE_INTERNAL_ERROR; in mlx5_init_one_light()
1710 dev->state = MLX5_DEVICE_STATE_INTERNAL_ERROR; in mlx5_unload_one_light()
2119 if (dev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR) { in mlx5_try_fast_unload()
Dpagealloc.c785 if (dev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR) { in mlx5_wait_for_pages()
Dcmd.c960 dev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR; in mlx5_cmd_is_down()
Den_main.c5947 if (mdev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR) { in mlx5e_netdev_change_profile()
/linux-6.6.21/drivers/infiniband/hw/mlx5/
Dmem.c113 if (unlikely(dev->mdev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR)) in post_send_nop()
Dumr.c247 if (unlikely(mdev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR)) in mlx5r_umr_post_send()
363 if (dev->mdev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR) in mlx5r_umr_revoke_mr()
Dsrq.c417 if (mdev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR) { in mlx5_ib_post_srq_recv()
Dwr.c1071 if (unlikely(mdev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR && in mlx5_ib_post_send()
1220 if (unlikely(mdev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR && in mlx5_ib_post_recv()
Dqpc.c285 if (dev->mdev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR) in mlx5_core_destroy_dct()
Dcq.c618 if (mdev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR) { in mlx5_ib_poll_cq()
Dqp.c5700 if (mdev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR) { in handle_drain_completion()
5755 if (ret && mdev->state != MLX5_DEVICE_STATE_INTERNAL_ERROR) { in mlx5_ib_drain_sq()
5784 if (ret && mdev->state != MLX5_DEVICE_STATE_INTERNAL_ERROR) { in mlx5_ib_drain_rq()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c220 MLX5_DEVICE_STATE_INTERNAL_ERROR)) { in dr_cq_poll_one()
632 if (unlikely(dmn->mdev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR || in dr_postsend_icm_data()
Ddr_cmd.c299 if (mdev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR) in mlx5dr_cmd_sync_steering()
/linux-6.6.21/include/linux/mlx5/
Ddriver.h645 MLX5_DEVICE_STATE_INTERNAL_ERROR, enumerator
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dclock.c252 if (mdev->state == MLX5_DEVICE_STATE_INTERNAL_ERROR) in mlx5_timestamp_overflow()