Home
last modified time | relevance | path

Searched refs:err_str (Results 1 – 23 of 23) sorted by relevance

/drivers/infiniband/core/
A Diwpm_msg.c69 const char *err_str = ""; in iwpm_register_pid() local
77 err_str = "Unable to create a nlmsg"; in iwpm_register_pid()
115 err_str = "Unable to send a nlmsg"; in iwpm_register_pid()
149 const char *err_str = ""; in iwpm_add_mapping() local
160 err_str = "Unable to create a nlmsg"; in iwpm_add_mapping()
200 err_str = "Unable to send a nlmsg"; in iwpm_add_mapping()
232 const char *err_str = ""; in iwpm_add_and_query_mapping() local
244 err_str = "Unable to create a nlmsg"; in iwpm_add_and_query_mapping()
289 err_str = "Unable to send a nlmsg"; in iwpm_add_and_query_mapping()
319 const char *err_str = ""; in iwpm_remove_mapping() local
[all …]
A Diwpm_util.c463 const char *err_str = ""; in iwpm_parse_nlmsg() local
468 err_str = "Invalid attribute"; in iwpm_parse_nlmsg()
479 err_str = "Invalid NULL attribute"; in iwpm_parse_nlmsg()
485 __func__, err_str, msg_type, ret); in iwpm_parse_nlmsg()
583 const char *err_str = ""; in send_mapinfo_num() local
588 err_str = "Unable to create a nlmsg"; in send_mapinfo_num()
607 err_str = "Unable to send a nlmsg"; in send_mapinfo_num()
646 const char *err_str = ""; in iwpm_send_mapinfo() local
652 err_str = "Unable to allocate skb"; in iwpm_send_mapinfo()
765 const char *err_str; in iwpm_send_hello() local
[all …]
/drivers/crypto/caam/
A Derror.c231 const char *err_str = "unidentified err_id value 0x"; in report_ccb_status() local
248 err_str = rng_err_id_list[err_id]; in report_ccb_status()
250 err_str = err_id_list[err_id]; in report_ccb_status()
262 err_str, err_err_code); in report_ccb_status()
283 const char *err_str = "unidentified error value 0x"; in report_deco_status() local
297 err_str = desc_error_list[i].error_text; in report_deco_status()
302 status, error, idx_str, idx, err_str, err_err_code); in report_deco_status()
311 const char *err_str = "unidentified error value 0x"; in report_qi_status() local
320 err_str = qi_error_list[i].error_text; in report_qi_status()
325 status, error, err_str, err_err_code); in report_qi_status()
/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dreporter_tx.c491 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_tx_err_cqe() local
498 snprintf(err_str, sizeof(err_str), "ERR CQE on SQ: 0x%x", sq->sqn); in mlx5e_reporter_tx_err_cqe()
500 mlx5e_health_report(priv, priv->tx_reporter, err_str, &err_ctx); in mlx5e_reporter_tx_err_cqe()
505 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_tx_timeout() local
514 snprintf(err_str, sizeof(err_str), in mlx5e_reporter_tx_timeout()
519 mlx5e_health_report(priv, priv->tx_reporter, err_str, &err_ctx); in mlx5e_reporter_tx_timeout()
526 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_tx_ptpsq_unhealthy() local
535 snprintf(err_str, sizeof(err_str), in mlx5e_reporter_tx_ptpsq_unhealthy()
539 mlx5e_health_report(priv, priv->tx_reporter, err_str, &err_ctx); in mlx5e_reporter_tx_ptpsq_unhealthy()
A Dreporter_rx.c597 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_rx_timeout() local
609 snprintf(err_str, sizeof(err_str), in mlx5e_reporter_rx_timeout()
613 mlx5e_health_report(priv, priv->rx_reporter, err_str, &err_ctx); in mlx5e_reporter_rx_timeout()
618 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_rq_cqe_err() local
625 snprintf(err_str, sizeof(err_str), "ERR CQE on RQ: 0x%x", rq->rqn); in mlx5e_reporter_rq_cqe_err()
627 mlx5e_health_report(priv, priv->rx_reporter, err_str, &err_ctx); in mlx5e_reporter_rq_cqe_err()
633 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_icosq_cqe_err() local
639 snprintf(err_str, sizeof(err_str), "ERR CQE on ICOSQ: 0x%x", icosq->sqn); in mlx5e_reporter_icosq_cqe_err()
641 mlx5e_health_report(priv, priv->rx_reporter, err_str, &err_ctx); in mlx5e_reporter_icosq_cqe_err()
A Dhealth.c153 struct devlink_health_reporter *reporter, char *err_str, in mlx5e_health_report() argument
156 netdev_err(priv->netdev, "%s\n", err_str); in mlx5e_health_report()
161 return devlink_health_report(reporter, err_str, err_ctx); in mlx5e_health_report()
A Dhealth.h50 struct devlink_health_reporter *reporter, char *err_str,
/drivers/net/ethernet/intel/iavf/
A Diavf_common.c154 snprintf(hw->err_str, sizeof(hw->err_str), "%d", stat_err); in iavf_stat_str()
155 return hw->err_str; in iavf_stat_str()
A Diavf_type.h178 char err_str[16]; member
/drivers/sbus/char/
A Doradax.c711 char *err_str; in dax_ccb_kill() local
721 err_str = dax_hv_errno(hv_ret, &ret); in dax_ccb_kill()
722 dax_dbg("%s (ca_ra 0x%llx)", err_str, ca); in dax_ccb_kill()
737 char *err_str; in dax_ccb_info() local
750 err_str = dax_hv_errno(hv_ret, &ret); in dax_ccb_info()
751 dax_dbg("%s (ca_ra 0x%llx)", err_str, ca); in dax_ccb_info()
/drivers/media/platform/st/sti/delta/
A Ddelta-mjpeg-dec.c103 static inline const char *err_str(enum jpeg_decoding_error_t err) in err_str() function
184 err_str(status->error_code)); in delta_mjpeg_check_status()
190 err_str(status->error_code)); in delta_mjpeg_check_status()
/drivers/perf/
A Darm_spe_pmu.c582 const char *err_str; in arm_spe_pmu_buf_get_fault_act() local
620 err_str = "Unexpected buffer fault"; in arm_spe_pmu_buf_get_fault_act()
623 err_str = "Unknown error code"; in arm_spe_pmu_buf_get_fault_act()
633 err_str = "Unknown buffer status code"; in arm_spe_pmu_buf_get_fault_act()
638 err_str, smp_processor_id(), pmbsr, in arm_spe_pmu_buf_get_fault_act()
/drivers/platform/x86/lenovo/
A Dthink-lmi.h17 const char *err_str; member
A Dthink-lmi.c215 if (!strcmp(tlmi_errs[i].err_str, errstr)) in tlmi_errstr_to_err()
/drivers/firmware/arm_scmi/
A Ddriver.c3145 char *err_str = "probe failure\n"; in scmi_probe() local
3155 err_str = "transport invalid\n"; in scmi_probe()
3193 err_str = "failed to setup channels\n"; in scmi_probe()
3199 err_str = "failed to register bus notifier\n"; in scmi_probe()
3206 err_str = "failed to register device notifier\n"; in scmi_probe()
3212 err_str = "failed to init xfers pool\n"; in scmi_probe()
3251 err_str = "unable to communicate with SCMI\n"; in scmi_probe()
3253 dev_err(dev, "%s", err_str); in scmi_probe()
3313 return dev_err_probe(dev, ret, "%s", err_str); in scmi_probe()
/drivers/iommu/arm/arm-smmu-v3/
A Dtegra241-cmdqv.c335 char err_str[256]; in tegra241_cmdqv_isr() local
342 snprintf(err_str, sizeof(err_str), in tegra241_cmdqv_isr()
349 dev_warn(cmdqv->dev, "unexpected error reported. %s\n", err_str); in tegra241_cmdqv_isr()
/drivers/i2c/
A Di2c-core-base.c429 char *err_str; in i2c_init_recovery() local
438 err_str = "no suitable method provided"; in i2c_init_recovery()
455 err_str = "no {get|set}_scl() found"; in i2c_init_recovery()
459 err_str = "either get_sda() or set_sda() needed"; in i2c_init_recovery()
467 dev_err(&adap->dev, "Not using recovery: %s\n", err_str); in i2c_init_recovery()
469 dev_dbg(&adap->dev, "Not using recovery: %s\n", err_str); in i2c_init_recovery()
/drivers/firmware/arm_ffa/
A Ddriver.c1780 char *err_str; in ffa_irq_map() local
1784 err_str = "Notification Pending Interrupt"; in ffa_irq_map()
1786 err_str = "Schedule Receiver Interrupt"; in ffa_irq_map()
1788 err_str = "Unknown ID"; in ffa_irq_map()
1794 pr_err("Failed to retrieve FF-A %s %u\n", err_str, id); in ffa_irq_map()
/drivers/net/ethernet/qlogic/qed/
A Dqed_main.c2757 const char *err_str; in qed_hw_error_occurred() local
2761 err_str = qed_hw_err_type_descr[err_type]; in qed_hw_error_occurred()
2763 DP_NOTICE(p_hwfn, "HW error occurred [%s]\n", err_str); in qed_hw_error_occurred()
/drivers/net/ethernet/intel/i40e/
A Di40e_type.h584 char err_str[16]; member
/drivers/vdpa/vdpa_user/
A Dvduse_dev.c1855 goto err_str; in vduse_create_dev()
1888 err_str: in vduse_create_dev()
/drivers/media/usb/dvb-usb/
A Ddw2102.c60 #define err_str "did not find the firmware file '%s'. You can use <kernel_dir>/scripts/get_dvb_firm… macro
1887 err(err_str, DW2101_FIRMWARE); in dw2102_load_firmware()
/drivers/net/ethernet/marvell/mvpp2/
A Dmvpp2_main.c3555 char *err_str = NULL; in mvpp2_rx_error() local
3559 err_str = "crc"; in mvpp2_rx_error()
3562 err_str = "overrun"; in mvpp2_rx_error()
3565 err_str = "resource"; in mvpp2_rx_error()
3568 if (err_str && net_ratelimit()) in mvpp2_rx_error()
3571 status, err_str, sz); in mvpp2_rx_error()

Completed in 90 milliseconds