Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/genwqe/
Dcard_base.c640 goto fatal_error; in genwqe_fir_checking()
648 goto fatal_error; in genwqe_fir_checking()
671 goto fatal_error; in genwqe_fir_checking()
679 goto fatal_error; in genwqe_fir_checking()
691 goto fatal_error; in genwqe_fir_checking()
699 goto fatal_error; in genwqe_fir_checking()
705 goto fatal_error; in genwqe_fir_checking()
746 goto fatal_error; in genwqe_fir_checking()
759 fatal_error: in genwqe_fir_checking()
920 goto fatal_error; in genwqe_health_thread()
[all …]
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c167 u32 fatal_error; in reset_fw_if_needed() local
177 fatal_error = check_fatal_sensors(dev); in reset_fw_if_needed()
178 if (fatal_error == MLX5_SENSOR_PCI_COMM_ERR || in reset_fw_if_needed()
179 fatal_error == MLX5_SENSOR_NIC_DISABLED || in reset_fw_if_needed()
180 fatal_error == MLX5_SENSOR_NIC_SW_RESET) { in reset_fw_if_needed()
290 if (dev->priv.health.fatal_error != MLX5_SENSOR_PCI_COMM_ERR) in mlx5_handle_bad_state()
697 u32 fatal_error; in poll_health() local
704 fatal_error = check_fatal_sensors(dev); in poll_health()
706 if (fatal_error && !health->fatal_error) { in poll_health()
707 mlx5_core_err(dev, "Fatal error %u detected\n", fatal_error); in poll_health()
[all …]
Den_selftest.c68 return health->fatal_error ? 1 : 0; in mlx5e_test_health_info()
/Linux-v5.4/drivers/char/xillybus/
Dxillybus_core.c278 ep->fatal_error = 1; in xillybus_isr()
628 if (endpoint->fatal_error) in xilly_obtain_idt()
682 if (channel->endpoint->fatal_error) in xillybus_read()
910 if (channel->endpoint->fatal_error) in xillybus_read()
939 if (channel->endpoint->fatal_error) in xillybus_read()
976 if (channel->endpoint->fatal_error) in xillybus_read()
1003 if (channel->endpoint->fatal_error) in xillybus_myflush()
1150 if (channel->endpoint->fatal_error) in xillybus_myflush()
1195 if (channel->endpoint->fatal_error) in xillybus_write()
1339 if (channel->endpoint->fatal_error) in xillybus_write()
[all …]
Dxillybus.h100 int fatal_error; member
/Linux-v5.4/drivers/usb/storage/
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()
/Linux-v5.4/sound/soc/codecs/
Dwm_adsp.h90 bool fatal_error; member
Dwm_adsp.c3205 dsp->fatal_error = false; in wm_adsp_event()
3343 if (compr->dsp->fatal_error) in wm_adsp_compr_attach()
4073 if (dsp->fatal_error || !buf || buf->error) { in wm_adsp_compr_pointer()
4183 if (dsp->fatal_error || !compr->buf || compr->buf->error) { in wm_adsp_compr_read()
4241 dsp->fatal_error = true; in wm_adsp_fatal_error()
/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
Dipw2100.c731 if (priv->fatal_error) { in ipw2100_hw_send_command()
802 priv->fatal_error = IPW2100_ERR_MSG_TIMEOUT; in ipw2100_hw_send_command()
808 if (priv->fatal_error) { in ipw2100_hw_send_command()
989 if (priv->fatal_error) { in ipw2100_download_firmware()
992 priv->net_dev->name, priv->fatal_error); in ipw2100_download_firmware()
1001 priv->fatal_error = IPW2100_ERR_FW_LOAD; in ipw2100_download_firmware()
1010 priv->fatal_error = IPW2100_ERR_FW_LOAD; in ipw2100_download_firmware()
1334 if (!priv->fatal_error) in ipw2100_reset_fatalerror()
1337 priv->fatal_errors[priv->fatal_index++] = priv->fatal_error; in ipw2100_reset_fatalerror()
1339 priv->fatal_error = 0; in ipw2100_reset_fatalerror()
[all …]
Dipw2100.h493 u32 fatal_error; member
/Linux-v5.4/scripts/gcc-plugins/
Dgcc-common.h563 #define fatal_error(loc, gmsgid, ...) fatal_error((gmsgid), __VA_ARGS__) macro
/Linux-v5.4/drivers/net/ethernet/ti/
Dcpmac.c434 goto fatal_error; in cpmac_poll()
486 goto fatal_error; in cpmac_poll()
508 fatal_error: in cpmac_poll()
/Linux-v5.4/include/linux/mlx5/
Ddriver.h438 u32 fatal_error; member