Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/huawei/hinic/
Dhinic_devlink.c330 devlink_fmsg_u8_pair_put(fmsg, "module_id", event->event.chip.node_id); in chip_fault_show()
358 devlink_fmsg_u8_pair_put(fmsg, "Cause_id", event->event.ucode.cause_id); in fault_report_show()
359 devlink_fmsg_u8_pair_put(fmsg, "core_id", event->event.ucode.core_id); in fault_report_show()
360 devlink_fmsg_u8_pair_put(fmsg, "c_id", event->event.ucode.c_id); in fault_report_show()
361 devlink_fmsg_u8_pair_put(fmsg, "epc", event->event.ucode.epc); in fault_report_show()
379 devlink_fmsg_u8_pair_put(fmsg, "Op_type", event->event.phy_fault.op_type); in fault_report_show()
380 devlink_fmsg_u8_pair_put(fmsg, "port_id", event->event.phy_fault.port_id); in fault_report_show()
381 devlink_fmsg_u8_pair_put(fmsg, "dev_ad", event->event.phy_fault.dev_ad); in fault_report_show()
/linux-6.12.1/drivers/net/netdevsim/
Dhealth.c69 devlink_fmsg_u8_pair_put(fmsg, "test_u8", 1); in nsim_dev_dummy_fmsg_put()
84 devlink_fmsg_u8_pair_put(fmsg, "nested_test_u8", false); in nsim_dev_dummy_fmsg_put()
99 devlink_fmsg_u8_pair_put(fmsg, "in_array_nested_test_u8", i); in nsim_dev_dummy_fmsg_put()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c463 devlink_fmsg_u8_pair_put(fmsg, "Syndrome", synd); in mlx5_fw_reporter_diagnose()
481 devlink_fmsg_u8_pair_put(fmsg, "syndrome", fw_reporter_ctx->err_synd); in mlx5_fw_reporter_ctx_pairs_put()
510 devlink_fmsg_u8_pair_put(fmsg, "rfr", mlx5_health_get_rfr(rfr_severity)); in mlx5_fw_reporter_heath_buffer_data_put()
511 devlink_fmsg_u8_pair_put(fmsg, "severity", mlx5_health_get_severity(rfr_severity)); in mlx5_fw_reporter_heath_buffer_data_put()
512 devlink_fmsg_u8_pair_put(fmsg, "irisc_index", ioread8(&h->irisc_index)); in mlx5_fw_reporter_heath_buffer_data_put()
513 devlink_fmsg_u8_pair_put(fmsg, "synd", ioread8(&h->synd)); in mlx5_fw_reporter_heath_buffer_data_put()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dhealth.c32 devlink_fmsg_u8_pair_put(fmsg, "HW status", hw_status); in mlx5e_health_cq_diag_fmsg()
55 devlink_fmsg_u8_pair_put(fmsg, "eqn", eq->core.eqn); in mlx5e_health_eq_diag_fmsg()
Dreporter_rx.c207 devlink_fmsg_u8_pair_put(fmsg, "HW state", hw_state); in mlx5e_reporter_icosq_diagnose()
255 devlink_fmsg_u8_pair_put(fmsg, "HW state", hw_state); in mlx5e_rx_reporter_build_diagnose_output_rq_common()
301 devlink_fmsg_u8_pair_put(fmsg, "type", params->rq_wq_type); in mlx5e_rx_reporter_diagnose_generic_rq()
Dreporter_tx.c240 devlink_fmsg_u8_pair_put(fmsg, "HW state", state); in mlx5e_tx_reporter_build_diagnose_output_sq_common()
/linux-6.12.1/net/devlink/
Dhealth.c875 void devlink_fmsg_u8_pair_put(struct devlink_fmsg *fmsg, const char *name, in devlink_fmsg_u8_pair_put() function
882 EXPORT_SYMBOL_GPL(devlink_fmsg_u8_pair_put);
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dcore.c1820 devlink_fmsg_u8_pair_put(fmsg, "tile_index", val); in mlxsw_core_health_fw_fatal_dump_fatal_cause()
1849 devlink_fmsg_u8_pair_put(fmsg, "tile_index", val); in mlxsw_core_health_fw_fatal_dump_fw_assert()
1878 devlink_fmsg_u8_pair_put(fmsg, "log_irisc_id", val); in mlxsw_core_health_fw_fatal_dump_crspace_to()
1897 devlink_fmsg_u8_pair_put(fmsg, "irisc_id", val); in mlxsw_core_health_fw_fatal_dump()
1927 devlink_fmsg_u8_pair_put(fmsg, "id", val); in mlxsw_core_health_fw_fatal_dump()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfw_tracer.c899 devlink_fmsg_u8_pair_put(fmsg, "event_id", trace_data->event_id); in mlx5_devlink_fmsg_fill_trace()
/linux-6.12.1/include/net/
Ddevlink.h1894 void devlink_fmsg_u8_pair_put(struct devlink_fmsg *fmsg, const char *name,