Searched refs:devlink_fmsg_u8_pair_put (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_devlink.c | 330 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/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | reporter_rx.c | 227 devlink_fmsg_u8_pair_put(fmsg, "HW state", hw_state); in mlx5e_reporter_icosq_diagnose() 275 devlink_fmsg_u8_pair_put(fmsg, "HW state", hw_state); in mlx5e_rx_reporter_build_diagnose_output_rq_common() 321 devlink_fmsg_u8_pair_put(fmsg, "type", params->rq_wq_type); in mlx5e_rx_reporter_diagnose_generic_rq()
|
| H A D | reporter_tx.c | 277 devlink_fmsg_u8_pair_put(fmsg, "HW state", state); in mlx5e_tx_reporter_build_diagnose_output_sq_common()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core.c | 1819 devlink_fmsg_u8_pair_put(fmsg, "tile_index", val); in mlxsw_core_health_fw_fatal_dump_fatal_cause() 1848 devlink_fmsg_u8_pair_put(fmsg, "tile_index", val); in mlxsw_core_health_fw_fatal_dump_fw_assert() 1877 devlink_fmsg_u8_pair_put(fmsg, "log_irisc_id", val); in mlxsw_core_health_fw_fatal_dump_crspace_to() 1896 devlink_fmsg_u8_pair_put(fmsg, "irisc_id", val); in mlxsw_core_health_fw_fatal_dump() 1926 devlink_fmsg_u8_pair_put(fmsg, "id", val); in mlxsw_core_health_fw_fatal_dump()
|
| /linux/net/devlink/ |
| H A D | health.c | 932 void devlink_fmsg_u8_pair_put(struct devlink_fmsg *fmsg, const char *name, in devlink_fmsg_u8_pair_put() function 939 EXPORT_SYMBOL_GPL(devlink_fmsg_u8_pair_put);
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | fw_tracer.c | 970 devlink_fmsg_u8_pair_put(fmsg, "event_id", trace_data->event_id); in mlx5_devlink_fmsg_fill_trace()
|