Home
last modified time | relevance | path

Searched refs:fatal_error (Results 1 – 10 of 10) sorted by relevance

/drivers/misc/genwqe/
A Dcard_base.c668 goto fatal_error; in genwqe_fir_checking()
676 goto fatal_error; in genwqe_fir_checking()
699 goto fatal_error; in genwqe_fir_checking()
707 goto fatal_error; in genwqe_fir_checking()
774 goto fatal_error; in genwqe_fir_checking()
787 fatal_error: in genwqe_fir_checking()
951 goto fatal_error; in genwqe_health_thread()
959 goto fatal_error; in genwqe_health_thread()
967 goto fatal_error; in genwqe_health_thread()
976 goto fatal_error; in genwqe_health_thread()
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/
A Dhealth.c171 u32 fatal_error; in reset_fw_if_needed() local
181 fatal_error = mlx5_health_check_fatal_sensors(dev); in reset_fw_if_needed()
182 if (fatal_error == MLX5_SENSOR_PCI_COMM_ERR || in reset_fw_if_needed()
183 fatal_error == MLX5_SENSOR_NIC_DISABLED || in reset_fw_if_needed()
184 fatal_error == MLX5_SENSOR_NIC_SW_RESET) { in reset_fw_if_needed()
305 if (dev->priv.health.fatal_error != MLX5_SENSOR_PCI_COMM_ERR) in mlx5_handle_bad_state()
786 u32 fatal_error; in poll_health() local
793 fatal_error = mlx5_health_check_fatal_sensors(dev); in poll_health()
795 if (fatal_error && !health->fatal_error) { in poll_health()
797 dev->priv.health.fatal_error = fatal_error; in poll_health()
[all …]
A Dfw_reset.c284 u32 fatal_error; in poll_sync_reset() local
289 fatal_error = mlx5_health_check_fatal_sensors(dev); in poll_sync_reset()
291 if (fatal_error) { in poll_sync_reset()
A Den_selftest.c45 return health->fatal_error ? 1 : 0; in mlx5e_test_health_info()
/drivers/char/xillybus/
A Dxillybus_core.c264 ep->fatal_error = 1; in xillybus_isr()
653 if (endpoint->fatal_error) in xilly_obtain_idt()
706 if (channel->endpoint->fatal_error) in xillybus_read()
998 if (channel->endpoint->fatal_error) in xillybus_read()
1025 if (channel->endpoint->fatal_error) in xillybus_myflush()
1171 if (channel->endpoint->fatal_error) in xillybus_myflush()
1215 if (channel->endpoint->fatal_error) in xillybus_write()
1410 if (channel->endpoint->fatal_error) in xillybus_write()
1438 if (endpoint->fatal_error) in xillybus_open()
1571 if (channel->endpoint->fatal_error) in xillybus_release()
[all …]
A Dxillybus.h95 int fatal_error; member
/drivers/usb/storage/
A Dsddr55.c98 int fatal_error; /* set if we detect something nasty */ member
159 info->fatal_error = 0; in sddr55_status()
492 info->fatal_error = 1; in sddr55_write_data()
854 if (info->fatal_error) { in sddr55_transport()
/drivers/net/wireless/intel/ipw2x00/
A Dipw2100.c714 if (priv->fatal_error) { in ipw2100_hw_send_command()
791 if (priv->fatal_error) { in ipw2100_hw_send_command()
972 if (priv->fatal_error) { in ipw2100_download_firmware()
993 priv->fatal_error = IPW2100_ERR_FW_LOAD; in ipw2100_download_firmware()
1317 if (!priv->fatal_error) in ipw2100_reset_fatalerror()
1322 priv->fatal_error = 0; in ipw2100_reset_fatalerror()
1477 if (!priv->fatal_error) { in ipw2100_hw_stop_adapter()
4053 DUMP_VAR(fatal_error, "d"); in internals_show()
4159 if (priv->fatal_error) in fatal_error_show()
4186 static DEVICE_ATTR_RW(fatal_error);
[all …]
A Dipw2100.h493 u32 fatal_error; member
/drivers/gpu/drm/i915/
A Di915_request.c540 static bool fatal_error(int error) in fatal_error() function
554 GEM_BUG_ON(!fatal_error(rq->fence.error)); in __i915_request_skip()
581 if (fatal_error(old)) in i915_request_set_error_once()
638 if (unlikely(fatal_error(request->fence.error))) in __i915_request_submit()

Completed in 43 milliseconds