Home
last modified time | relevance | path

Searched refs:fmsg (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_rx.c223 struct devlink_fmsg *fmsg) in mlx5e_reporter_icosq_diagnose() argument
225 mlx5e_health_fmsg_named_obj_nest_start(fmsg, "ICOSQ"); in mlx5e_reporter_icosq_diagnose()
226 devlink_fmsg_u32_pair_put(fmsg, "sqn", icosq->sqn); in mlx5e_reporter_icosq_diagnose()
227 devlink_fmsg_u8_pair_put(fmsg, "HW state", hw_state); 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()
232 mlx5e_health_fmsg_named_obj_nest_start(fmsg, "CQ"); 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()
[all …]
H A Dreporter_tx.c53 static void mlx5e_health_sq_put_sw_state(struct devlink_fmsg *fmsg, struct mlx5e_txqsq *sq) in mlx5e_health_sq_put_sw_state() argument
59 mlx5e_health_fmsg_named_obj_nest_start(fmsg, "SW State"); in mlx5e_health_sq_put_sw_state()
62 devlink_fmsg_u32_pair_put(fmsg, sq_sw_state_type_name[i], in mlx5e_health_sq_put_sw_state()
65 mlx5e_health_fmsg_named_obj_nest_end(fmsg); in mlx5e_health_sq_put_sw_state()
263 mlx5e_tx_reporter_build_diagnose_output_sq_common(struct devlink_fmsg *fmsg, in mlx5e_tx_reporter_build_diagnose_output_sq_common() argument
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()
276 devlink_fmsg_u8_pair_put(fmsg, "HW state", state); in mlx5e_tx_reporter_build_diagnose_output_sq_common()
278 devlink_fmsg_bool_pair_put(fmsg, "stopped", stopped); in mlx5e_tx_reporter_build_diagnose_output_sq_common()
[all …]
H A Dhealth.h23 void mlx5e_health_cq_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg);
24 void mlx5e_health_cq_common_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg);
25 void mlx5e_health_eq_diag_fmsg(struct mlx5_eq_comp *eq, struct devlink_fmsg *fmsg);
26 void mlx5e_health_fmsg_named_obj_nest_start(struct devlink_fmsg *fmsg, char *name);
27 void mlx5e_health_fmsg_named_obj_nest_end(struct devlink_fmsg *fmsg);
41 int (*dump)(struct mlx5e_priv *priv, struct devlink_fmsg *fmsg, void *ctx);
56 struct devlink_fmsg *fmsg);
57 void mlx5e_health_queue_dump(struct mlx5e_priv *priv, struct devlink_fmsg *fmsg,
/linux/net/devlink/
H A Dhealth.c33 struct devlink_fmsg *fmsg; in devlink_fmsg_alloc() local
35 fmsg = kzalloc_obj(*fmsg); in devlink_fmsg_alloc()
36 if (!fmsg) in devlink_fmsg_alloc()
39 INIT_LIST_HEAD(&fmsg->item_list); in devlink_fmsg_alloc()
41 return fmsg; in devlink_fmsg_alloc()
44 static void devlink_fmsg_free(struct devlink_fmsg *fmsg) in devlink_fmsg_free() argument
48 list_for_each_entry_safe(item, tmp, &fmsg->item_list, list) { in devlink_fmsg_free()
52 kfree(fmsg); in devlink_fmsg_free()
728 static void devlink_fmsg_err_if_binary(struct devlink_fmsg *fmsg) in devlink_fmsg_err_if_binary() argument
730 if (!fmsg->err && fmsg->putting_binary) in devlink_fmsg_err_if_binary()
[all …]
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c318 static void chip_fault_show(struct devlink_fmsg *fmsg, in chip_fault_show() argument
328 devlink_fmsg_u32_pair_put(fmsg, "Function level err func_id", in chip_fault_show()
330 devlink_fmsg_u8_pair_put(fmsg, "module_id", event->event.chip.node_id); in chip_fault_show()
331 devlink_fmsg_u32_pair_put(fmsg, "err_type", (u32)event->event.chip.err_type); in chip_fault_show()
332 devlink_fmsg_string_pair_put(fmsg, "err_level", level_str[fault_level]); 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()
339 static void fault_report_show(struct devlink_fmsg *fmsg, in fault_report_show() argument
349 devlink_fmsg_string_pair_put(fmsg, "Fault type", type_str[fault_type]); in fault_report_show()
350 devlink_fmsg_binary_pair_put(fmsg, "Fault raw data", event->event.val, in fault_report_show()
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_devlink.c17 static void rvu_report_pair_start(struct devlink_fmsg *fmsg, const char *name) in rvu_report_pair_start() argument
19 devlink_fmsg_pair_nest_start(fmsg, name); in rvu_report_pair_start()
20 devlink_fmsg_obj_nest_start(fmsg); in rvu_report_pair_start()
23 static void rvu_report_pair_end(struct devlink_fmsg *fmsg) in rvu_report_pair_end() argument
25 devlink_fmsg_obj_nest_end(fmsg); in rvu_report_pair_end()
26 devlink_fmsg_pair_nest_end(fmsg); in rvu_report_pair_end()
272 static int rvu_nix_report_show(struct devlink_fmsg *fmsg, void *ctx, in rvu_nix_report_show() argument
282 rvu_report_pair_start(fmsg, "NIX_AF_RVU"); in rvu_nix_report_show()
283 devlink_fmsg_u64_pair_put(fmsg, "\tNIX RVU Interrupt Reg ", in rvu_nix_report_show()
286 devlink_fmsg_string_put(fmsg, "\n\tUnmap Slot Error"); in rvu_nix_report_show()
[all …]
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c96 struct devlink_fmsg *fmsg, in bnxt_fw_diagnose() argument
104 devlink_fmsg_string_pair_put(fmsg, "Status", "recovering"); in bnxt_fw_diagnose()
109 devlink_fmsg_string_pair_put(fmsg, "Status", "unknown"); in bnxt_fw_diagnose()
116 devlink_fmsg_string_pair_put(fmsg, "Status", "initializing"); in bnxt_fw_diagnose()
125 devlink_fmsg_string_pair_put(fmsg, "Status", "error"); in bnxt_fw_diagnose()
126 devlink_fmsg_u32_pair_put(fmsg, "Syndrome", fw_status); in bnxt_fw_diagnose()
128 devlink_fmsg_string_pair_put(fmsg, "Status", "healthy"); in bnxt_fw_diagnose()
131 devlink_fmsg_string_pair_put(fmsg, "Severity", in bnxt_fw_diagnose()
135 devlink_fmsg_string_pair_put(fmsg, "Remedy", in bnxt_fw_diagnose()
138 devlink_fmsg_string_pair_put(fmsg, "Impact", in bnxt_fw_diagnose()
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c1810 struct devlink_fmsg *fmsg) in mlxsw_core_health_fw_fatal_dump_fatal_cause() argument
1815 devlink_fmsg_u32_pair_put(fmsg, "cause_id", val); in mlxsw_core_health_fw_fatal_dump_fatal_cause()
1819 devlink_fmsg_u8_pair_put(fmsg, "tile_index", val); in mlxsw_core_health_fw_fatal_dump_fatal_cause()
1825 struct devlink_fmsg *fmsg) in mlxsw_core_health_fw_fatal_dump_fw_assert() argument
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()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfw_tracer.c964 mlx5_devlink_fmsg_fill_trace(struct devlink_fmsg *fmsg, in mlx5_devlink_fmsg_fill_trace() argument
967 devlink_fmsg_obj_nest_start(fmsg); in mlx5_devlink_fmsg_fill_trace()
968 devlink_fmsg_u64_pair_put(fmsg, "timestamp", trace_data->timestamp); in mlx5_devlink_fmsg_fill_trace()
969 devlink_fmsg_bool_pair_put(fmsg, "lost", trace_data->lost); in mlx5_devlink_fmsg_fill_trace()
970 devlink_fmsg_u8_pair_put(fmsg, "event_id", trace_data->event_id); in mlx5_devlink_fmsg_fill_trace()
971 devlink_fmsg_string_pair_put(fmsg, "msg", trace_data->msg); in mlx5_devlink_fmsg_fill_trace()
972 devlink_fmsg_obj_nest_end(fmsg); in mlx5_devlink_fmsg_fill_trace()
976 struct devlink_fmsg *fmsg) in mlx5_fw_tracer_get_saved_traces_objects() argument
993 devlink_fmsg_arr_pair_nest_start(fmsg, "dump fw traces"); in mlx5_fw_tracer_get_saved_traces_objects()
996 mlx5_devlink_fmsg_fill_trace(fmsg, &straces[index]); in mlx5_fw_tracer_get_saved_traces_objects()
[all …]
H A Dreporter_vnic.h13 struct devlink_fmsg *fmsg,
H A Dfw_tracer.h203 struct devlink_fmsg *fmsg);
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c1426 struct devlink_fmsg *fmsg, in mlx5e_rep_vnic_reporter_diagnose() argument
1432 mlx5_reporter_vnic_diagnose_counters(rep->esw->dev, fmsg, rep->vport, in mlx5e_rep_vnic_reporter_diagnose()