Home
last modified time | relevance | path

Searched refs:devlink_fmsg_u32_pair_put (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c328 devlink_fmsg_u32_pair_put(fmsg, "Function level err func_id", in chip_fault_show()
331 devlink_fmsg_u32_pair_put(fmsg, "err_type", (u32)event->event.chip.err_type); in chip_fault_show()
333 devlink_fmsg_u32_pair_put(fmsg, "err_csr_addr", in chip_fault_show()
335 devlink_fmsg_u32_pair_put(fmsg, "err_csr_value", in chip_fault_show()
365 devlink_fmsg_u32_pair_put(fmsg, "Err_csr_ctrl", in fault_report_show()
367 devlink_fmsg_u32_pair_put(fmsg, "err_csr_data", in fault_report_show()
369 devlink_fmsg_u32_pair_put(fmsg, "ctrl_tab", in fault_report_show()
371 devlink_fmsg_u32_pair_put(fmsg, "mem_index", in fault_report_show()
376 devlink_fmsg_u32_pair_put(fmsg, "Err_csr", event->event.reg_timeout.err_csr); in fault_report_show()
382 devlink_fmsg_u32_pair_put(fmsg, "csr_addr", event->event.phy_fault.csr_addr); in fault_report_show()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dreporter_vnic.c59 devlink_fmsg_u32_pair_put(fmsg, "icm_consumption", cur_alloc_icm); in mlx5_reporter_vnic_diagnose_counter_icm()
79 devlink_fmsg_u32_pair_put(fmsg, "total_error_queues", in mlx5_reporter_vnic_diagnose_counters()
81 devlink_fmsg_u32_pair_put(fmsg, "send_queue_priority_update_flow", in mlx5_reporter_vnic_diagnose_counters()
85 devlink_fmsg_u32_pair_put(fmsg, "comp_eq_overrun", in mlx5_reporter_vnic_diagnose_counters()
87 devlink_fmsg_u32_pair_put(fmsg, "async_eq_overrun", in mlx5_reporter_vnic_diagnose_counters()
91 devlink_fmsg_u32_pair_put(fmsg, "cq_overrun", in mlx5_reporter_vnic_diagnose_counters()
94 devlink_fmsg_u32_pair_put(fmsg, "invalid_command", in mlx5_reporter_vnic_diagnose_counters()
97 devlink_fmsg_u32_pair_put(fmsg, "quota_exceeded_command", in mlx5_reporter_vnic_diagnose_counters()
111 devlink_fmsg_u32_pair_put(fmsg, "bar_uar_access", in mlx5_reporter_vnic_diagnose_counters()
114 devlink_fmsg_u32_pair_put(fmsg, "odp_local_triggered_page_fault", in mlx5_reporter_vnic_diagnose_counters()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_rx.c226 devlink_fmsg_u32_pair_put(fmsg, "sqn", icosq->sqn); in mlx5e_reporter_icosq_diagnose()
228 devlink_fmsg_u32_pair_put(fmsg, "cc", icosq->cc); in mlx5e_reporter_icosq_diagnose()
229 devlink_fmsg_u32_pair_put(fmsg, "pc", icosq->pc); in mlx5e_reporter_icosq_diagnose()
230 devlink_fmsg_u32_pair_put(fmsg, "WQE size", mlx5_wq_cyc_get_size(&icosq->wq)); in mlx5e_reporter_icosq_diagnose()
233 devlink_fmsg_u32_pair_put(fmsg, "cqn", icosq->cq.mcq.cqn); in mlx5e_reporter_icosq_diagnose()
234 devlink_fmsg_u32_pair_put(fmsg, "cc", icosq->cq.wq.cc); in mlx5e_reporter_icosq_diagnose()
235 devlink_fmsg_u32_pair_put(fmsg, "size", mlx5_cqwq_get_size(&icosq->cq.wq)); in mlx5e_reporter_icosq_diagnose()
250 devlink_fmsg_u32_pair_put(fmsg, rq_sw_state_type_name[i], in mlx5e_health_rq_put_sw_state()
274 devlink_fmsg_u32_pair_put(fmsg, "rqn", rq->rqn); in mlx5e_rx_reporter_build_diagnose_output_rq_common()
276 devlink_fmsg_u32_pair_put(fmsg, "WQE counter", wqe_counter); in mlx5e_rx_reporter_build_diagnose_output_rq_common()
[all …]
H A Dhealth.c31 devlink_fmsg_u32_pair_put(fmsg, "cqn", cq->mcq.cqn); in mlx5e_health_cq_diag_fmsg()
33 devlink_fmsg_u32_pair_put(fmsg, "ci", mlx5_cqwq_get_ci(&cq->wq)); in mlx5e_health_cq_diag_fmsg()
34 devlink_fmsg_u32_pair_put(fmsg, "size", mlx5_cqwq_get_size(&cq->wq)); in mlx5e_health_cq_diag_fmsg()
48 devlink_fmsg_u32_pair_put(fmsg, "size", cq_sz); in mlx5e_health_cq_common_diag_fmsg()
56 devlink_fmsg_u32_pair_put(fmsg, "irqn", eq->core.irqn); in mlx5e_health_eq_diag_fmsg()
57 devlink_fmsg_u32_pair_put(fmsg, "vecidx", eq->core.vecidx); in mlx5e_health_eq_diag_fmsg()
58 devlink_fmsg_u32_pair_put(fmsg, "ci", eq->core.cons_index); in mlx5e_health_eq_diag_fmsg()
59 devlink_fmsg_u32_pair_put(fmsg, "size", eq_get_size(&eq->core)); in mlx5e_health_eq_diag_fmsg()
234 devlink_fmsg_u32_pair_put(fmsg, "index", queue_idx); in mlx5e_health_queue_dump()
H A Dreporter_tx.c62 devlink_fmsg_u32_pair_put(fmsg, sq_sw_state_type_name[i], in mlx5e_health_sq_put_sw_state()
270 devlink_fmsg_u32_pair_put(fmsg, "tc", tc); in mlx5e_tx_reporter_build_diagnose_output_sq_common()
271 devlink_fmsg_u32_pair_put(fmsg, "txq ix", sq->txq_ix); in mlx5e_tx_reporter_build_diagnose_output_sq_common()
272 devlink_fmsg_u32_pair_put(fmsg, "sqn", sq->sqn); in mlx5e_tx_reporter_build_diagnose_output_sq_common()
279 devlink_fmsg_u32_pair_put(fmsg, "cc", sq->cc); in mlx5e_tx_reporter_build_diagnose_output_sq_common()
280 devlink_fmsg_u32_pair_put(fmsg, "pc", sq->pc); in mlx5e_tx_reporter_build_diagnose_output_sq_common()
291 devlink_fmsg_u32_pair_put(fmsg, "channel ix", sq->ch_ix); in mlx5e_tx_reporter_build_diagnose_output()
319 devlink_fmsg_u32_pair_put(fmsg, "size", sq_sz); in mlx5e_tx_reporter_diagnose_generic_txqsq()
373 devlink_fmsg_u32_pair_put(fmsg, "lag port", i); in mlx5e_tx_reporter_diagnose_tis_config()
374 devlink_fmsg_u32_pair_put(fmsg, "tc", tc); in mlx5e_tx_reporter_diagnose_tis_config()
[all …]
/linux/drivers/net/ethernet/amd/pds_core/
H A Ddevlink.c173 devlink_fmsg_u32_pair_put(fmsg, "State", in pdsc_fw_reporter_diagnose()
175 devlink_fmsg_u32_pair_put(fmsg, "Generation", pdsc->fw_generation >> 4); in pdsc_fw_reporter_diagnose()
176 devlink_fmsg_u32_pair_put(fmsg, "Recoveries", pdsc->fw_recoveries); in pdsc_fw_reporter_diagnose()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhealth.c492 devlink_fmsg_u32_pair_put(fmsg, "fw_miss_counter", fw_reporter_ctx->miss_counter); in mlx5_fw_reporter_ctx_pairs_put()
513 devlink_fmsg_u32_pair_put(fmsg, "assert_exit_ptr", in mlx5_fw_reporter_heath_buffer_data_put()
515 devlink_fmsg_u32_pair_put(fmsg, "assert_callra", in mlx5_fw_reporter_heath_buffer_data_put()
517 devlink_fmsg_u32_pair_put(fmsg, "time", ioread32be(&h->time)); in mlx5_fw_reporter_heath_buffer_data_put()
518 devlink_fmsg_u32_pair_put(fmsg, "hw_id", ioread32be(&h->hw_id)); in mlx5_fw_reporter_heath_buffer_data_put()
524 devlink_fmsg_u32_pair_put(fmsg, "ext_synd", ioread16be(&h->ext_synd)); in mlx5_fw_reporter_heath_buffer_data_put()
525 devlink_fmsg_u32_pair_put(fmsg, "raw_fw_ver", ioread32be(&h->fw_ver)); in mlx5_fw_reporter_heath_buffer_data_put()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_devlink.c506 devlink_fmsg_u32_pair_put(fmsg, "sec", sec); in fbnic_fw_reporter_diagnose()
507 devlink_fmsg_u32_pair_put(fmsg, "msec", msec); in fbnic_fw_reporter_diagnose()
557 devlink_fmsg_u32_pair_put(fmsg, "Status", otp_status); in fbnic_otp_reporter_dump()
561 devlink_fmsg_u32_pair_put(fmsg, "Data", in fbnic_otp_reporter_dump()
566 devlink_fmsg_u32_pair_put(fmsg, "ECC", in fbnic_otp_reporter_dump()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c126 devlink_fmsg_u32_pair_put(fmsg, "Syndrome", fw_status); in bnxt_fw_diagnose()
147 devlink_fmsg_u32_pair_put(fmsg, "Resets", fw_resets); in bnxt_fw_diagnose()
148 devlink_fmsg_u32_pair_put(fmsg, "Arrests", h->arrests); in bnxt_fw_diagnose()
149 devlink_fmsg_u32_pair_put(fmsg, "Survivals", h->survivals); in bnxt_fw_diagnose()
150 devlink_fmsg_u32_pair_put(fmsg, "Discoveries", h->discoveries); in bnxt_fw_diagnose()
151 devlink_fmsg_u32_pair_put(fmsg, "Fatalities", h->fatalities); in bnxt_fw_diagnose()
152 devlink_fmsg_u32_pair_put(fmsg, "Diagnoses", h->diagnoses); in bnxt_fw_diagnose()
181 devlink_fmsg_u32_pair_put(fmsg, "size", dump_len); in bnxt_fw_dump()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c1815 devlink_fmsg_u32_pair_put(fmsg, "cause_id", val); in mlxsw_core_health_fw_fatal_dump_fatal_cause()
1830 devlink_fmsg_u32_pair_put(fmsg, "var0", val); in mlxsw_core_health_fw_fatal_dump_fw_assert()
1832 devlink_fmsg_u32_pair_put(fmsg, "var1", val); in mlxsw_core_health_fw_fatal_dump_fw_assert()
1834 devlink_fmsg_u32_pair_put(fmsg, "var2", val); in mlxsw_core_health_fw_fatal_dump_fw_assert()
1836 devlink_fmsg_u32_pair_put(fmsg, "var3", val); in mlxsw_core_health_fw_fatal_dump_fw_assert()
1838 devlink_fmsg_u32_pair_put(fmsg, "var4", val); in mlxsw_core_health_fw_fatal_dump_fw_assert()
1840 devlink_fmsg_u32_pair_put(fmsg, "existptr", val); in mlxsw_core_health_fw_fatal_dump_fw_assert()
1842 devlink_fmsg_u32_pair_put(fmsg, "callra", val); in mlxsw_core_health_fw_fatal_dump_fw_assert()
1851 devlink_fmsg_u32_pair_put(fmsg, "ext_synd", val); in mlxsw_core_health_fw_fatal_dump_fw_assert()
1863 devlink_fmsg_u32_pair_put(fmsg, "pipes_mask", val); in mlxsw_core_health_fw_fatal_dump_kvd_im_stop()
[all …]
/linux/drivers/net/netdevsim/
H A Dhealth.c70 devlink_fmsg_u32_pair_put(fmsg, "test_u32", 3); in nsim_dev_dummy_fmsg_put()
/linux/include/net/
H A Ddevlink.h1346 u16 : devlink_fmsg_u32_pair_put, \
1347 u32 : devlink_fmsg_u32_pair_put, \
1349 int : devlink_fmsg_u32_pair_put, \
1980 void devlink_fmsg_u32_pair_put(struct devlink_fmsg *fmsg, const char *name,
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Dhealth.c145 devlink_fmsg_u32_pair_put(fmsg, in ice_describe_status_code()
/linux/net/devlink/
H A Dhealth.c941 void devlink_fmsg_u32_pair_put(struct devlink_fmsg *fmsg, const char *name, in devlink_fmsg_u32_pair_put() function
948 EXPORT_SYMBOL_GPL(devlink_fmsg_u32_pair_put);