Searched refs:fmsg (Results 1 – 6 of 6) sorted by relevance
| /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,
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_devlink.c | 96 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/mlx5/core/diag/ |
| H A D | fw_tracer.c | 964 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 D | reporter_vnic.h | 13 struct devlink_fmsg *fmsg,
|
| H A D | fw_tracer.h | 203 struct devlink_fmsg *fmsg);
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rep.c | 1426 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()
|