| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | health.h | 23 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,
|
| H A D | reporter_rx.c | 223 struct devlink_fmsg *fmsg) in mlx5e_reporter_icosq_diagnose() 241 static void mlx5e_health_rq_put_sw_state(struct devlink_fmsg *fmsg, struct mlx5e_rq *rq) in mlx5e_health_rq_put_sw_state() 258 struct devlink_fmsg *fmsg) in mlx5e_rx_reporter_build_diagnose_output_rq_common() 299 struct devlink_fmsg *fmsg) in mlx5e_rx_reporter_build_diagnose_output() 308 struct devlink_fmsg *fmsg) in mlx5e_rx_reporter_diagnose_generic_rq() 331 struct devlink_fmsg *fmsg) in mlx5e_rx_reporter_diagnose_common_ptp_config() 341 mlx5e_rx_reporter_diagnose_common_config(struct mlx5e_priv *priv, struct devlink_fmsg *fmsg) in mlx5e_rx_reporter_diagnose_common_config() 354 struct devlink_fmsg *fmsg) in mlx5e_rx_reporter_build_diagnose_output_ptp_rq() 363 struct devlink_fmsg *fmsg) in mlx5e_rx_reporter_diagnose_rx_res_dir_tirns() 384 struct devlink_fmsg *fmsg) in mlx5e_rx_reporter_diagnose_rx_res_rss_tirn() [all …]
|
| H A D | health.c | 8 void mlx5e_health_fmsg_named_obj_nest_start(struct devlink_fmsg *fmsg, char *name) in mlx5e_health_fmsg_named_obj_nest_start() 14 void mlx5e_health_fmsg_named_obj_nest_end(struct devlink_fmsg *fmsg) in mlx5e_health_fmsg_named_obj_nest_end() 20 void mlx5e_health_cq_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg) in mlx5e_health_cq_diag_fmsg() 38 void mlx5e_health_cq_common_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg) in mlx5e_health_cq_common_diag_fmsg() 52 void mlx5e_health_eq_diag_fmsg(struct mlx5_eq_comp *eq, struct devlink_fmsg *fmsg) in mlx5e_health_eq_diag_fmsg() 165 static void mlx5e_health_rsc_fmsg_binary(struct devlink_fmsg *fmsg, in mlx5e_health_rsc_fmsg_binary() 181 struct devlink_fmsg *fmsg) in mlx5e_health_rsc_fmsg_dump() 222 void mlx5e_health_queue_dump(struct mlx5e_priv *priv, struct devlink_fmsg *fmsg, in mlx5e_health_queue_dump()
|
| H A D | reporter_tx.c | 53 static void mlx5e_health_sq_put_sw_state(struct devlink_fmsg *fmsg, struct mlx5e_txqsq *sq) 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() 287 mlx5e_tx_reporter_build_diagnose_output(struct devlink_fmsg *fmsg, in mlx5e_tx_reporter_build_diagnose_output() 297 mlx5e_tx_reporter_build_diagnose_output_ptpsq(struct devlink_fmsg *fmsg, in mlx5e_tx_reporter_build_diagnose_output_ptpsq() 310 mlx5e_tx_reporter_diagnose_generic_txqsq(struct devlink_fmsg *fmsg, in mlx5e_tx_reporter_diagnose_generic_txqsq() 326 mlx5e_tx_reporter_diagnose_generic_tx_port_ts(struct devlink_fmsg *fmsg, in mlx5e_tx_reporter_diagnose_generic_tx_port_ts() 336 struct devlink_fmsg *fmsg) in mlx5e_tx_reporter_diagnose_common_config() 360 struct devlink_fmsg *fmsg) in mlx5e_tx_reporter_diagnose_tis_config() 383 struct devlink_fmsg *fmsg, in mlx5e_tx_reporter_diagnose() 425 static int mlx5e_tx_reporter_dump_sq(struct mlx5e_priv *priv, struct devlink_fmsg *fmsg, in mlx5e_tx_reporter_dump_sq() [all …]
|
| /linux/net/devlink/ |
| H A D | health.c | 20 struct devlink_fmsg { struct 31 static struct devlink_fmsg *devlink_fmsg_alloc(void) in devlink_fmsg_alloc() argument 33 struct devlink_fmsg *fmsg; in devlink_fmsg_alloc() 44 static void devlink_fmsg_free(struct devlink_fmsg *fmsg) in devlink_fmsg_free() 61 struct devlink_fmsg *dump_fmsg; 728 static void devlink_fmsg_err_if_binary(struct devlink_fmsg *fmsg) in devlink_fmsg_err_if_binary() 734 static void devlink_fmsg_nest_common(struct devlink_fmsg *fmsg, int attrtype) in devlink_fmsg_nest_common() 751 void devlink_fmsg_obj_nest_start(struct devlink_fmsg *fmsg) in devlink_fmsg_obj_nest_start() 758 static void devlink_fmsg_nest_end(struct devlink_fmsg *fmsg) in devlink_fmsg_nest_end() 764 void devlink_fmsg_obj_nest_end(struct devlink_fmsg *fmsg) in devlink_fmsg_obj_nest_end() [all …]
|
| /linux/include/net/ |
| H A D | devlink.h | 800 struct devlink_fmsg; 828 struct devlink_fmsg *fmsg, void *priv_ctx, 831 struct devlink_fmsg *fmsg, 1997 void devlink_fmsg_obj_nest_start(struct devlink_fmsg *fmsg); 1998 void devlink_fmsg_obj_nest_end(struct devlink_fmsg *fmsg); 2000 void devlink_fmsg_pair_nest_start(struct devlink_fmsg *fmsg, const char *name); 2001 void devlink_fmsg_pair_nest_end(struct devlink_fmsg *fmsg); 2003 void devlink_fmsg_arr_pair_nest_start(struct devlink_fmsg *fmsg, 2005 void devlink_fmsg_arr_pair_nest_end(struct devlink_fmsg *fmsg); 2006 void devlink_fmsg_binary_pair_nest_start(struct devlink_fmsg *fmsg, [all …]
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_devlink.c | 318 static void chip_fault_show(struct devlink_fmsg *fmsg, in chip_fault_show() 339 static void fault_report_show(struct devlink_fmsg *fmsg, in fault_report_show() 391 struct devlink_fmsg *fmsg, void *priv_ctx, in hinic_hw_reporter_dump() 400 static void mgmt_watchdog_report_show(struct devlink_fmsg *fmsg, in mgmt_watchdog_report_show() 422 struct devlink_fmsg *fmsg, void *priv_ctx, in hinic_fw_reporter_dump()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | reporter_vnic.h | 13 struct devlink_fmsg *fmsg,
|
| H A D | fw_tracer.h | 203 struct devlink_fmsg *fmsg);
|
| H A D | fw_tracer.c | 964 mlx5_devlink_fmsg_fill_trace(struct devlink_fmsg *fmsg, in mlx5_devlink_fmsg_fill_trace() 976 struct devlink_fmsg *fmsg) in mlx5_fw_tracer_get_saved_traces_objects()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_devlink.c | 18 static void rvu_report_pair_start(struct devlink_fmsg *fmsg, const char *name) in rvu_report_pair_start() 24 static void rvu_report_pair_end(struct devlink_fmsg *fmsg) in rvu_report_pair_end() 273 static int rvu_nix_report_show(struct devlink_fmsg *fmsg, void *ctx, in rvu_nix_report_show() 362 struct devlink_fmsg *fmsg, void *ctx, in rvu_hw_nix_intr_dump() 393 struct devlink_fmsg *fmsg, void *ctx, in rvu_hw_nix_gen_dump() 424 struct devlink_fmsg *fmsg, void *ctx, in rvu_hw_nix_err_dump() 455 struct devlink_fmsg *fmsg, void *ctx, in rvu_hw_nix_ras_dump() 821 static int rvu_npa_report_show(struct devlink_fmsg *fmsg, void *ctx, in rvu_npa_report_show() 916 struct devlink_fmsg *fmsg, void *ctx, in rvu_hw_npa_intr_dump() 947 struct devlink_fmsg *fmsg, void *ctx, in rvu_hw_npa_gen_dump() [all …]
|
| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | devlink.c | 296 struct devlink_fmsg *fmsg, in pdsc_fw_reporter_diagnose()
|
| H A D | core.h | 281 struct devlink_fmsg *fmsg,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rep.c | 1434 struct devlink_fmsg *fmsg, in mlx5e_rep_vnic_reporter_diagnose()
|