Home
last modified time | relevance | path

Searched refs:devlink_fmsg (Results 1 – 22 of 22) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dhealth.h23 int mlx5e_health_cq_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg);
24 int mlx5e_health_cq_common_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg);
25 int mlx5e_health_eq_diag_fmsg(struct mlx5_eq_comp *eq, struct devlink_fmsg *fmsg);
26 int mlx5e_health_fmsg_named_obj_nest_start(struct devlink_fmsg *fmsg, char *name);
27 int 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 int mlx5e_health_queue_dump(struct mlx5e_priv *priv, struct devlink_fmsg *fmsg,
Dhealth.c8 int mlx5e_health_fmsg_named_obj_nest_start(struct devlink_fmsg *fmsg, char *name) in mlx5e_health_fmsg_named_obj_nest_start()
23 int mlx5e_health_fmsg_named_obj_nest_end(struct devlink_fmsg *fmsg) in mlx5e_health_fmsg_named_obj_nest_end()
38 int mlx5e_health_cq_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg) in mlx5e_health_cq_diag_fmsg()
79 int mlx5e_health_cq_common_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg) in mlx5e_health_cq_common_diag_fmsg()
107 int mlx5e_health_eq_diag_fmsg(struct mlx5_eq_comp *eq, struct devlink_fmsg *fmsg) in mlx5e_health_eq_diag_fmsg()
238 static int mlx5e_health_rsc_fmsg_binary(struct devlink_fmsg *fmsg, in mlx5e_health_rsc_fmsg_binary()
258 struct devlink_fmsg *fmsg) in mlx5e_health_rsc_fmsg_dump()
307 int mlx5e_health_queue_dump(struct mlx5e_priv *priv, struct devlink_fmsg *fmsg, in mlx5e_health_queue_dump()
Dreporter_tx.c53 static int mlx5e_health_sq_put_sw_state(struct devlink_fmsg *fmsg, struct mlx5e_txqsq *sq) in mlx5e_health_sq_put_sw_state()
224 mlx5e_tx_reporter_build_diagnose_output_sq_common(struct devlink_fmsg *fmsg, in mlx5e_tx_reporter_build_diagnose_output_sq_common()
276 mlx5e_tx_reporter_build_diagnose_output(struct devlink_fmsg *fmsg, in mlx5e_tx_reporter_build_diagnose_output()
301 mlx5e_tx_reporter_build_diagnose_output_ptpsq(struct devlink_fmsg *fmsg, in mlx5e_tx_reporter_build_diagnose_output_ptpsq()
338 mlx5e_tx_reporter_diagnose_generic_txqsq(struct devlink_fmsg *fmsg, in mlx5e_tx_reporter_diagnose_generic_txqsq()
373 mlx5e_tx_reporter_diagnose_generic_tx_port_ts(struct devlink_fmsg *fmsg, in mlx5e_tx_reporter_diagnose_generic_tx_port_ts()
391 struct devlink_fmsg *fmsg) in mlx5e_tx_reporter_diagnose_common_config()
433 struct devlink_fmsg *fmsg, in mlx5e_tx_reporter_diagnose()
487 static int mlx5e_tx_reporter_dump_sq(struct mlx5e_priv *priv, struct devlink_fmsg *fmsg, in mlx5e_tx_reporter_dump_sq()
548 static int mlx5e_tx_reporter_timeout_dump(struct mlx5e_priv *priv, struct devlink_fmsg *fmsg, in mlx5e_tx_reporter_timeout_dump()
[all …]
Dreporter_rx.c203 struct devlink_fmsg *fmsg) in mlx5e_reporter_icosq_diagnose()
255 static int mlx5e_health_rq_put_sw_state(struct devlink_fmsg *fmsg, struct mlx5e_rq *rq) in mlx5e_health_rq_put_sw_state()
278 struct devlink_fmsg *fmsg) in mlx5e_rx_reporter_build_diagnose_output_rq_common()
343 struct devlink_fmsg *fmsg) in mlx5e_rx_reporter_build_diagnose_output()
363 struct devlink_fmsg *fmsg) in mlx5e_rx_reporter_diagnose_generic_rq()
405 struct devlink_fmsg *fmsg) in mlx5e_rx_reporter_diagnose_common_ptp_config()
426 struct devlink_fmsg *fmsg) in mlx5e_rx_reporter_diagnose_common_config()
451 struct devlink_fmsg *fmsg) in mlx5e_rx_reporter_build_diagnose_output_ptp_rq()
475 struct devlink_fmsg *fmsg, in mlx5e_rx_reporter_diagnose()
517 static int mlx5e_rx_reporter_dump_icosq(struct mlx5e_priv *priv, struct devlink_fmsg *fmsg, in mlx5e_rx_reporter_dump_icosq()
[all …]
/Linux-v6.6/net/devlink/
Dhealth.c20 struct devlink_fmsg { struct
30 static struct devlink_fmsg *devlink_fmsg_alloc(void) in devlink_fmsg_alloc() argument
32 struct devlink_fmsg *fmsg; in devlink_fmsg_alloc()
43 static void devlink_fmsg_free(struct devlink_fmsg *fmsg) in devlink_fmsg_free()
60 struct devlink_fmsg *dump_fmsg;
673 static int devlink_fmsg_nest_common(struct devlink_fmsg *fmsg, in devlink_fmsg_nest_common()
688 int devlink_fmsg_obj_nest_start(struct devlink_fmsg *fmsg) in devlink_fmsg_obj_nest_start()
697 static int devlink_fmsg_nest_end(struct devlink_fmsg *fmsg) in devlink_fmsg_nest_end()
705 int devlink_fmsg_obj_nest_end(struct devlink_fmsg *fmsg) in devlink_fmsg_obj_nest_end()
716 static int devlink_fmsg_put_name(struct devlink_fmsg *fmsg, const char *name) in devlink_fmsg_put_name()
[all …]
/Linux-v6.6/include/net/
Ddevlink.h711 struct devlink_fmsg;
735 struct devlink_fmsg *fmsg, void *priv_ctx,
738 struct devlink_fmsg *fmsg,
1854 int devlink_fmsg_obj_nest_start(struct devlink_fmsg *fmsg);
1855 int devlink_fmsg_obj_nest_end(struct devlink_fmsg *fmsg);
1857 int devlink_fmsg_pair_nest_start(struct devlink_fmsg *fmsg, const char *name);
1858 int devlink_fmsg_pair_nest_end(struct devlink_fmsg *fmsg);
1860 int devlink_fmsg_arr_pair_nest_start(struct devlink_fmsg *fmsg,
1862 int devlink_fmsg_arr_pair_nest_end(struct devlink_fmsg *fmsg);
1863 int devlink_fmsg_binary_pair_nest_start(struct devlink_fmsg *fmsg,
[all …]
/Linux-v6.6/drivers/net/netdevsim/
Dhealth.c13 struct devlink_fmsg *fmsg, void *priv_ctx, in nsim_dev_empty_reporter_dump()
21 struct devlink_fmsg *fmsg, in nsim_dev_empty_reporter_diagnose()
63 static int nsim_dev_dummy_fmsg_put(struct devlink_fmsg *fmsg, u32 binary_len) in nsim_dev_dummy_fmsg_put()
155 struct devlink_fmsg *fmsg, void *priv_ctx, in nsim_dev_dummy_reporter_dump()
173 struct devlink_fmsg *fmsg, in nsim_dev_dummy_reporter_diagnose()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dreporter_vnic.c17 struct devlink_fmsg *fmsg, in mlx5_reporter_vnic_diagnose_counters()
119 struct devlink_fmsg *fmsg, in mlx5_reporter_vnic_diagnose()
Dreporter_vnic.h13 struct devlink_fmsg *fmsg,
Dfw_tracer.h202 struct devlink_fmsg *fmsg);
Dfw_tracer.c893 mlx5_devlink_fmsg_fill_trace(struct devlink_fmsg *fmsg, in mlx5_devlink_fmsg_fill_trace()
925 struct devlink_fmsg *fmsg) in mlx5_fw_tracer_get_saved_traces_objects()
/Linux-v6.6/drivers/net/ethernet/huawei/hinic/
Dhinic_devlink.c318 static int chip_fault_show(struct devlink_fmsg *fmsg, in chip_fault_show()
360 static int fault_report_show(struct devlink_fmsg *fmsg, in fault_report_show()
451 struct devlink_fmsg *fmsg, void *priv_ctx, in hinic_hw_reporter_dump()
460 static int mgmt_watchdog_report_show(struct devlink_fmsg *fmsg, in mgmt_watchdog_report_show()
527 struct devlink_fmsg *fmsg, void *priv_ctx, in hinic_fw_reporter_dump()
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_devlink.c17 static int rvu_report_pair_start(struct devlink_fmsg *fmsg, const char *name) in rvu_report_pair_start()
28 static int rvu_report_pair_end(struct devlink_fmsg *fmsg) in rvu_report_pair_end()
282 static int rvu_nix_report_show(struct devlink_fmsg *fmsg, void *ctx, in rvu_nix_report_show()
465 struct devlink_fmsg *fmsg, void *ctx, in rvu_hw_nix_intr_dump()
496 struct devlink_fmsg *fmsg, void *ctx, in rvu_hw_nix_gen_dump()
527 struct devlink_fmsg *fmsg, void *ctx, in rvu_hw_nix_err_dump()
558 struct devlink_fmsg *fmsg, void *ctx, in rvu_hw_nix_ras_dump()
919 static int rvu_npa_report_show(struct devlink_fmsg *fmsg, void *ctx, in rvu_npa_report_show()
1108 struct devlink_fmsg *fmsg, void *ctx, in rvu_hw_npa_intr_dump()
1139 struct devlink_fmsg *fmsg, void *ctx, in rvu_hw_npa_gen_dump()
[all …]
/Linux-v6.6/drivers/staging/qlge/
Dqlge_devlink.c5 static int qlge_fill_seg_(struct devlink_fmsg *fmsg, in qlge_fill_seg_()
52 struct devlink_fmsg *fmsg, void *priv_ctx, in qlge_reporter_coredump()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c445 struct devlink_fmsg *fmsg, in mlx5_fw_reporter_diagnose()
467 mlx5_fw_reporter_ctx_pairs_put(struct devlink_fmsg *fmsg, in mlx5_fw_reporter_ctx_pairs_put()
485 struct devlink_fmsg *fmsg) in mlx5_fw_reporter_heath_buffer_data_put()
558 struct devlink_fmsg *fmsg, void *priv_ctx, in mlx5_fw_reporter_dump()
623 struct devlink_fmsg *fmsg, void *priv_ctx, in mlx5_fw_fatal_reporter_dump()
Den_rep.c1360 struct devlink_fmsg *fmsg, in mlx5e_rep_vnic_reporter_diagnose()
/Linux-v6.6/drivers/net/ethernet/amd/pds_core/
Ddevlink.c153 struct devlink_fmsg *fmsg, in pdsc_fw_reporter_diagnose()
Dcore.h247 struct devlink_fmsg *fmsg,
/Linux-v6.6/drivers/net/ethernet/qlogic/qed/
Dqed_devlink.c38 struct devlink_fmsg *fmsg, void *priv_ctx, in qed_fw_fatal_reporter_dump()
/Linux-v6.6/Documentation/networking/devlink/
Ddevlink-health.rst59 formatted message structure ``devlink_fmsg`` and send it to the driver's callback
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/
Dcore.c1797 struct devlink_fmsg *fmsg) in mlxsw_core_health_fw_fatal_dump_fatal_cause()
1819 struct devlink_fmsg *fmsg) in mlxsw_core_health_fw_fatal_dump_fw_assert()
1873 struct devlink_fmsg *fmsg) in mlxsw_core_health_fw_fatal_dump_kvd_im_stop()
1888 struct devlink_fmsg *fmsg) in mlxsw_core_health_fw_fatal_dump_crspace_to()
1914 struct devlink_fmsg *fmsg, void *priv_ctx, in mlxsw_core_health_fw_fatal_dump()
/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c101 struct devlink_fmsg *fmsg, in bnxt_fw_diagnose()
184 struct devlink_fmsg *fmsg, void *priv_ctx, in bnxt_fw_dump()