/linux-6.12.1/drivers/net/ethernet/huawei/hinic/ |
D | hinic_devlink.c | 328 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-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | reporter_vnic.c | 33 devlink_fmsg_u32_pair_put(fmsg, "total_error_queues", in mlx5_reporter_vnic_diagnose_counters() 35 devlink_fmsg_u32_pair_put(fmsg, "send_queue_priority_update_flow", in mlx5_reporter_vnic_diagnose_counters() 39 devlink_fmsg_u32_pair_put(fmsg, "comp_eq_overrun", in mlx5_reporter_vnic_diagnose_counters() 41 devlink_fmsg_u32_pair_put(fmsg, "async_eq_overrun", in mlx5_reporter_vnic_diagnose_counters() 45 devlink_fmsg_u32_pair_put(fmsg, "cq_overrun", in mlx5_reporter_vnic_diagnose_counters() 48 devlink_fmsg_u32_pair_put(fmsg, "invalid_command", in mlx5_reporter_vnic_diagnose_counters() 51 devlink_fmsg_u32_pair_put(fmsg, "quota_exceeded_command", in mlx5_reporter_vnic_diagnose_counters()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | health.c | 31 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() 232 devlink_fmsg_u32_pair_put(fmsg, "index", queue_idx); in mlx5e_health_queue_dump()
|
D | reporter_rx.c | 206 devlink_fmsg_u32_pair_put(fmsg, "sqn", icosq->sqn); in mlx5e_reporter_icosq_diagnose() 208 devlink_fmsg_u32_pair_put(fmsg, "cc", icosq->cc); in mlx5e_reporter_icosq_diagnose() 209 devlink_fmsg_u32_pair_put(fmsg, "pc", icosq->pc); in mlx5e_reporter_icosq_diagnose() 210 devlink_fmsg_u32_pair_put(fmsg, "WQE size", mlx5_wq_cyc_get_size(&icosq->wq)); in mlx5e_reporter_icosq_diagnose() 213 devlink_fmsg_u32_pair_put(fmsg, "cqn", icosq->cq.mcq.cqn); in mlx5e_reporter_icosq_diagnose() 214 devlink_fmsg_u32_pair_put(fmsg, "cc", icosq->cq.wq.cc); in mlx5e_reporter_icosq_diagnose() 215 devlink_fmsg_u32_pair_put(fmsg, "size", mlx5_cqwq_get_size(&icosq->cq.wq)); in mlx5e_reporter_icosq_diagnose() 230 devlink_fmsg_u32_pair_put(fmsg, rq_sw_state_type_name[i], in mlx5e_health_rq_put_sw_state() 254 devlink_fmsg_u32_pair_put(fmsg, "rqn", rq->rqn); in mlx5e_rx_reporter_build_diagnose_output_rq_common() 256 devlink_fmsg_u32_pair_put(fmsg, "WQE counter", wqe_counter); in mlx5e_rx_reporter_build_diagnose_output_rq_common() [all …]
|
D | reporter_tx.c | 62 devlink_fmsg_u32_pair_put(fmsg, sq_sw_state_type_name[i], in mlx5e_health_sq_put_sw_state() 234 devlink_fmsg_u32_pair_put(fmsg, "tc", tc); in mlx5e_tx_reporter_build_diagnose_output_sq_common() 235 devlink_fmsg_u32_pair_put(fmsg, "txq ix", sq->txq_ix); in mlx5e_tx_reporter_build_diagnose_output_sq_common() 236 devlink_fmsg_u32_pair_put(fmsg, "sqn", sq->sqn); in mlx5e_tx_reporter_build_diagnose_output_sq_common() 243 devlink_fmsg_u32_pair_put(fmsg, "cc", sq->cc); in mlx5e_tx_reporter_build_diagnose_output_sq_common() 244 devlink_fmsg_u32_pair_put(fmsg, "pc", sq->pc); in mlx5e_tx_reporter_build_diagnose_output_sq_common() 255 devlink_fmsg_u32_pair_put(fmsg, "channel ix", sq->ch_ix); in mlx5e_tx_reporter_build_diagnose_output() 283 devlink_fmsg_u32_pair_put(fmsg, "size", sq_sz); in mlx5e_tx_reporter_diagnose_generic_txqsq()
|
/linux-6.12.1/drivers/net/ethernet/amd/pds_core/ |
D | devlink.c | 171 devlink_fmsg_u32_pair_put(fmsg, "State", in pdsc_fw_reporter_diagnose() 173 devlink_fmsg_u32_pair_put(fmsg, "Generation", pdsc->fw_generation >> 4); in pdsc_fw_reporter_diagnose() 174 devlink_fmsg_u32_pair_put(fmsg, "Recoveries", pdsc->fw_recoveries); in pdsc_fw_reporter_diagnose()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | health.c | 482 devlink_fmsg_u32_pair_put(fmsg, "fw_miss_counter", fw_reporter_ctx->miss_counter); in mlx5_fw_reporter_ctx_pairs_put() 503 devlink_fmsg_u32_pair_put(fmsg, "assert_exit_ptr", in mlx5_fw_reporter_heath_buffer_data_put() 505 devlink_fmsg_u32_pair_put(fmsg, "assert_callra", in mlx5_fw_reporter_heath_buffer_data_put() 507 devlink_fmsg_u32_pair_put(fmsg, "time", ioread32be(&h->time)); in mlx5_fw_reporter_heath_buffer_data_put() 508 devlink_fmsg_u32_pair_put(fmsg, "hw_id", ioread32be(&h->hw_id)); in mlx5_fw_reporter_heath_buffer_data_put() 514 devlink_fmsg_u32_pair_put(fmsg, "ext_synd", ioread16be(&h->ext_synd)); in mlx5_fw_reporter_heath_buffer_data_put() 515 devlink_fmsg_u32_pair_put(fmsg, "raw_fw_ver", ioread32be(&h->fw_ver)); in mlx5_fw_reporter_heath_buffer_data_put()
|
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_devlink.c | 131 devlink_fmsg_u32_pair_put(fmsg, "Syndrome", fw_status); in bnxt_fw_diagnose() 152 devlink_fmsg_u32_pair_put(fmsg, "Resets", fw_resets); in bnxt_fw_diagnose() 153 devlink_fmsg_u32_pair_put(fmsg, "Arrests", h->arrests); in bnxt_fw_diagnose() 154 devlink_fmsg_u32_pair_put(fmsg, "Survivals", h->survivals); in bnxt_fw_diagnose() 155 devlink_fmsg_u32_pair_put(fmsg, "Discoveries", h->discoveries); in bnxt_fw_diagnose() 156 devlink_fmsg_u32_pair_put(fmsg, "Fatalities", h->fatalities); in bnxt_fw_diagnose() 157 devlink_fmsg_u32_pair_put(fmsg, "Diagnoses", h->diagnoses); in bnxt_fw_diagnose() 186 devlink_fmsg_u32_pair_put(fmsg, "size", dump_len); in bnxt_fw_dump()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.c | 1816 devlink_fmsg_u32_pair_put(fmsg, "cause_id", val); in mlxsw_core_health_fw_fatal_dump_fatal_cause() 1831 devlink_fmsg_u32_pair_put(fmsg, "var0", val); in mlxsw_core_health_fw_fatal_dump_fw_assert() 1833 devlink_fmsg_u32_pair_put(fmsg, "var1", val); in mlxsw_core_health_fw_fatal_dump_fw_assert() 1835 devlink_fmsg_u32_pair_put(fmsg, "var2", val); in mlxsw_core_health_fw_fatal_dump_fw_assert() 1837 devlink_fmsg_u32_pair_put(fmsg, "var3", val); in mlxsw_core_health_fw_fatal_dump_fw_assert() 1839 devlink_fmsg_u32_pair_put(fmsg, "var4", val); in mlxsw_core_health_fw_fatal_dump_fw_assert() 1841 devlink_fmsg_u32_pair_put(fmsg, "existptr", val); in mlxsw_core_health_fw_fatal_dump_fw_assert() 1843 devlink_fmsg_u32_pair_put(fmsg, "callra", val); in mlxsw_core_health_fw_fatal_dump_fw_assert() 1852 devlink_fmsg_u32_pair_put(fmsg, "ext_synd", val); in mlxsw_core_health_fw_fatal_dump_fw_assert() 1864 devlink_fmsg_u32_pair_put(fmsg, "pipes_mask", val); in mlxsw_core_health_fw_fatal_dump_kvd_im_stop() [all …]
|
/linux-6.12.1/drivers/net/netdevsim/ |
D | health.c | 70 devlink_fmsg_u32_pair_put(fmsg, "test_u32", 3); in nsim_dev_dummy_fmsg_put()
|
/linux-6.12.1/net/devlink/ |
D | health.c | 884 void devlink_fmsg_u32_pair_put(struct devlink_fmsg *fmsg, const char *name, in devlink_fmsg_u32_pair_put() function 891 EXPORT_SYMBOL_GPL(devlink_fmsg_u32_pair_put);
|
/linux-6.12.1/include/net/ |
D | devlink.h | 1896 void devlink_fmsg_u32_pair_put(struct devlink_fmsg *fmsg, const char *name,
|