Home
last modified time | relevance | path

Searched refs:reporter (Results 1 - 25 of 48) sorted by relevance

12

/kernel/linux/linux-6.6/net/devlink/
H A Dhealth.c73 devlink_health_reporter_priv(struct devlink_health_reporter *reporter) in devlink_health_reporter_priv() argument
75 return reporter->priv; in devlink_health_reporter_priv()
83 struct devlink_health_reporter *reporter; in __devlink_health_reporter_find_by_name() local
85 list_for_each_entry(reporter, reporter_list, list) in __devlink_health_reporter_find_by_name()
86 if (!strcmp(reporter->ops->name, reporter_name)) in __devlink_health_reporter_find_by_name()
87 return reporter; in __devlink_health_reporter_find_by_name()
112 struct devlink_health_reporter *reporter; in __devlink_health_reporter_create() local
117 reporter = kzalloc(sizeof(*reporter), GFP_KERNEL); in __devlink_health_reporter_create()
118 if (!reporter) in __devlink_health_reporter_create()
144 struct devlink_health_reporter *reporter; devl_port_health_reporter_create() local
168 struct devlink_health_reporter *reporter; devlink_port_health_reporter_create() local
192 struct devlink_health_reporter *reporter; devl_health_reporter_create() local
214 struct devlink_health_reporter *reporter; devlink_health_reporter_create() local
225 devlink_health_reporter_free(struct devlink_health_reporter *reporter) devlink_health_reporter_free() argument
238 devl_health_reporter_destroy(struct devlink_health_reporter *reporter) devl_health_reporter_destroy() argument
248 devlink_health_reporter_destroy(struct devlink_health_reporter *reporter) devlink_health_reporter_destroy() argument
259 devlink_nl_health_reporter_fill(struct sk_buff *msg, struct devlink_health_reporter *reporter, enum devlink_command cmd, u32 portid, u32 seq, int flags) devlink_nl_health_reporter_fill() argument
360 struct devlink_health_reporter *reporter; devlink_nl_health_reporter_get_doit() local
391 struct devlink_health_reporter *reporter; devlink_nl_health_reporter_get_dump_one() local
458 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_set_doit() local
488 devlink_recover_notify(struct devlink_health_reporter *reporter, enum devlink_command cmd) devlink_recover_notify() argument
513 devlink_health_reporter_recovery_done(struct devlink_health_reporter *reporter) devlink_health_reporter_recovery_done() argument
521 devlink_health_reporter_recover(struct devlink_health_reporter *reporter, void *priv_ctx, struct netlink_ext_ack *extack) devlink_health_reporter_recover() argument
544 devlink_health_dump_clear(struct devlink_health_reporter *reporter) devlink_health_dump_clear() argument
552 devlink_health_do_dump(struct devlink_health_reporter *reporter, void *priv_ctx, struct netlink_ext_ack *extack) devlink_health_do_dump() argument
593 devlink_health_report(struct devlink_health_reporter *reporter, const char *msg, void *priv_ctx) devlink_health_report() argument
643 devlink_health_reporter_state_update(struct devlink_health_reporter *reporter, enum devlink_health_reporter_state state) devlink_health_reporter_state_update() argument
664 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_recover_doit() local
1226 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_diagnose_doit() local
1265 struct devlink_health_reporter *reporter; devlink_health_reporter_get_from_cb_lock() local
1285 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_dump_get_dumpit() local
1324 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_dump_clear_doit() local
1341 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_test_doit() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh394 devlink health show $DL_HANDLE reporter empty >/dev/null
395 check_err $? "Failed show empty reporter"
397 devlink health dump show $DL_HANDLE reporter empty >/dev/null
398 check_err $? "Failed show dump of empty reporter"
400 devlink health diagnose $DL_HANDLE reporter empty >/dev/null
401 check_err $? "Failed diagnose empty reporter"
403 devlink health recover $DL_HANDLE reporter empty
404 check_err $? "Failed recover empty reporter"
406 log_test "empty reporter test"
418 local show=$(devlink health show $DL_HANDLE reporter
[all...]
/kernel/linux/linux-5.10/net/core/
H A Ddevlink.c5844 devlink_health_reporter_priv(struct devlink_health_reporter *reporter) in devlink_health_reporter_priv() argument
5846 return reporter->priv; in devlink_health_reporter_priv()
5855 struct devlink_health_reporter *reporter; in __devlink_health_reporter_find_by_name() local
5858 list_for_each_entry(reporter, reporter_list, list) in __devlink_health_reporter_find_by_name()
5859 if (!strcmp(reporter->ops->name, reporter_name)) in __devlink_health_reporter_find_by_name()
5860 return reporter; in __devlink_health_reporter_find_by_name()
5887 struct devlink_health_reporter *reporter; in __devlink_health_reporter_create() local
5892 reporter = kzalloc(sizeof(*reporter), GFP_KERNEL); in __devlink_health_reporter_create()
5893 if (!reporter) in __devlink_health_reporter_create()
5921 struct devlink_health_reporter *reporter; devlink_port_health_reporter_create() local
5956 struct devlink_health_reporter *reporter; devlink_health_reporter_create() local
5977 devlink_health_reporter_free(struct devlink_health_reporter *reporter) devlink_health_reporter_free() argument
5986 devlink_health_reporter_put(struct devlink_health_reporter *reporter) devlink_health_reporter_put() argument
5993 __devlink_health_reporter_destroy(struct devlink_health_reporter *reporter) __devlink_health_reporter_destroy() argument
6005 devlink_health_reporter_destroy(struct devlink_health_reporter *reporter) devlink_health_reporter_destroy() argument
6021 devlink_port_health_reporter_destroy(struct devlink_health_reporter *reporter) devlink_port_health_reporter_destroy() argument
6032 devlink_nl_health_reporter_fill(struct sk_buff *msg, struct devlink *devlink, struct devlink_health_reporter *reporter, enum devlink_command cmd, u32 portid, u32 seq, int flags) devlink_nl_health_reporter_fill() argument
6102 devlink_recover_notify(struct devlink_health_reporter *reporter, enum devlink_command cmd) devlink_recover_notify() argument
6127 devlink_health_reporter_recovery_done(struct devlink_health_reporter *reporter) devlink_health_reporter_recovery_done() argument
6135 devlink_health_reporter_recover(struct devlink_health_reporter *reporter, void *priv_ctx, struct netlink_ext_ack *extack) devlink_health_reporter_recover() argument
6158 devlink_health_dump_clear(struct devlink_health_reporter *reporter) devlink_health_dump_clear() argument
6166 devlink_health_do_dump(struct devlink_health_reporter *reporter, void *priv_ctx, struct netlink_ext_ack *extack) devlink_health_do_dump() argument
6207 devlink_health_report(struct devlink_health_reporter *reporter, const char *msg, void *priv_ctx) devlink_health_report() argument
6258 struct devlink_health_reporter *reporter; devlink_health_reporter_get_from_attrs() local
6295 struct devlink_health_reporter *reporter; devlink_health_reporter_get_from_cb() local
6313 devlink_health_reporter_state_update(struct devlink_health_reporter *reporter, enum devlink_health_reporter_state state) devlink_health_reporter_state_update() argument
6334 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_get_doit() local
6367 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_get_dumpit() local
6439 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_set_doit() local
6481 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_recover_doit() local
6498 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_diagnose_doit() local
6542 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_dump_get_dumpit() local
6581 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_dump_clear_doit() local
6603 struct devlink_health_reporter *reporter; devlink_nl_cmd_health_reporter_test_doit() local
[all...]
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H A Dhealth.c12 nsim_dev_empty_reporter_dump(struct devlink_health_reporter *reporter, in nsim_dev_empty_reporter_dump() argument
20 nsim_dev_empty_reporter_diagnose(struct devlink_health_reporter *reporter, in nsim_dev_empty_reporter_diagnose() argument
39 nsim_dev_dummy_reporter_recover(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_recover() argument
43 struct nsim_dev_health *health = devlink_health_reporter_priv(reporter); in nsim_dev_dummy_reporter_recover()
154 nsim_dev_dummy_reporter_dump(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_dump() argument
158 struct nsim_dev_health *health = devlink_health_reporter_priv(reporter); in nsim_dev_dummy_reporter_dump()
172 nsim_dev_dummy_reporter_diagnose(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_diagnose() argument
176 struct nsim_dev_health *health = devlink_health_reporter_priv(reporter); in nsim_dev_dummy_reporter_diagnose()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh395 devlink health show $DL_HANDLE reporter empty >/dev/null
396 check_err $? "Failed show empty reporter"
398 devlink health dump show $DL_HANDLE reporter empty >/dev/null
399 check_err $? "Failed show dump of empty reporter"
401 devlink health diagnose $DL_HANDLE reporter empty >/dev/null
402 check_err $? "Failed diagnose empty reporter"
404 devlink health recover $DL_HANDLE reporter empty
405 check_err $? "Failed recover empty reporter"
407 log_test "empty reporter test"
419 local show=$(devlink health show $DL_HANDLE reporter
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_rx.c191 static int mlx5e_rx_reporter_recover(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_recover() argument
195 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_rx_reporter_recover()
425 mlx5e_rx_reporter_diagnose_common_config(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_diagnose_common_config() argument
428 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_rx_reporter_diagnose_common_config()
474 static int mlx5e_rx_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_diagnose() argument
478 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_rx_reporter_diagnose()
487 err = mlx5e_rx_reporter_diagnose_common_config(reporter, fmsg); in mlx5e_rx_reporter_diagnose()
692 static int mlx5e_rx_reporter_dump(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_dump() argument
696 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_rx_reporter_dump()
773 struct devlink_health_reporter *reporter; in mlx5e_reporter_rx_create() local
[all...]
H A Dreporter_tx.c212 static int mlx5e_tx_reporter_recover(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_recover() argument
216 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_tx_reporter_recover()
390 mlx5e_tx_reporter_diagnose_common_config(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_diagnose_common_config() argument
393 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_tx_reporter_diagnose_common_config()
432 static int mlx5e_tx_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_diagnose() argument
436 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_tx_reporter_diagnose()
446 err = mlx5e_tx_reporter_diagnose_common_config(reporter, fmsg); in mlx5e_tx_reporter_diagnose()
625 static int mlx5e_tx_reporter_dump(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_dump() argument
629 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_tx_reporter_dump()
700 struct devlink_health_reporter *reporter; in mlx5e_reporter_tx_create() local
[all...]
H A Dhealth.c226 struct devlink_health_reporter *reporter, char *err_str, in mlx5e_health_report()
231 if (!reporter) in mlx5e_health_report()
234 return devlink_health_report(reporter, err_str, err_ctx); in mlx5e_health_report()
225 mlx5e_health_report(struct mlx5e_priv *priv, struct devlink_health_reporter *reporter, char *err_str, struct mlx5e_err_ctx *err_ctx) mlx5e_health_report() argument
/kernel/linux/linux-5.10/drivers/net/netdevsim/
H A Dhealth.c12 nsim_dev_empty_reporter_dump(struct devlink_health_reporter *reporter, in nsim_dev_empty_reporter_dump() argument
20 nsim_dev_empty_reporter_diagnose(struct devlink_health_reporter *reporter, in nsim_dev_empty_reporter_diagnose() argument
39 nsim_dev_dummy_reporter_recover(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_recover() argument
43 struct nsim_dev_health *health = devlink_health_reporter_priv(reporter); in nsim_dev_dummy_reporter_recover()
186 nsim_dev_dummy_reporter_dump(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_dump() argument
190 struct nsim_dev_health *health = devlink_health_reporter_priv(reporter); in nsim_dev_dummy_reporter_dump()
204 nsim_dev_dummy_reporter_diagnose(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_diagnose() argument
208 struct nsim_dev_health *health = devlink_health_reporter_priv(reporter); in nsim_dev_dummy_reporter_diagnose()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_tx.c132 static int mlx5e_tx_reporter_recover(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_recover() argument
136 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_tx_reporter_recover()
207 static int mlx5e_tx_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_diagnose() argument
211 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_tx_reporter_diagnose()
394 static int mlx5e_tx_reporter_dump(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_dump() argument
398 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_tx_reporter_dump()
450 struct devlink_health_reporter *reporter; in mlx5e_reporter_tx_create() local
452 reporter = devlink_port_health_reporter_create(&priv->dl_port, &mlx5_tx_reporter_ops, in mlx5e_reporter_tx_create()
454 if (IS_ERR(reporter)) { in mlx5e_reporter_tx_create()
456 "Failed to create tx reporter, er in mlx5e_reporter_tx_create()
[all...]
H A Dreporter_rx.c169 static int mlx5e_rx_reporter_recover(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_recover() argument
173 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_rx_reporter_recover()
309 static int mlx5e_rx_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_diagnose() argument
313 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_rx_reporter_diagnose()
547 static int mlx5e_rx_reporter_dump(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_dump() argument
551 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_rx_reporter_dump()
614 struct devlink_health_reporter *reporter; in mlx5e_reporter_rx_create() local
616 reporter = devlink_port_health_reporter_create(&priv->dl_port, &mlx5_rx_reporter_ops, in mlx5e_reporter_rx_create()
618 if (IS_ERR(reporter)) { in mlx5e_reporter_rx_create()
619 netdev_warn(priv->netdev, "Failed to create rx reporter, er in mlx5e_reporter_rx_create()
[all...]
H A Dhealth.c228 struct devlink_health_reporter *reporter, char *err_str, in mlx5e_health_report()
233 if (!reporter) in mlx5e_health_report()
236 return devlink_health_report(reporter, err_str, err_ctx); in mlx5e_health_report()
227 mlx5e_health_report(struct mlx5e_priv *priv, struct devlink_health_reporter *reporter, char *err_str, struct mlx5e_err_ctx *err_ctx) mlx5e_health_report() argument
/kernel/linux/linux-6.6/drivers/staging/qlge/
H A Dqlge_devlink.c51 static int qlge_reporter_coredump(struct devlink_health_reporter *reporter, in qlge_reporter_coredump() argument
57 struct qlge_adapter *qdev = devlink_health_reporter_priv(reporter); in qlge_reporter_coredump()
157 priv->reporter = in qlge_health_create_reporters()
160 if (IS_ERR(priv->reporter)) { in qlge_health_create_reporters()
161 err = PTR_ERR(priv->reporter); in qlge_health_create_reporters()
163 "Failed to create reporter, err = %ld\n", in qlge_health_create_reporters()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_devlink.c464 static int rvu_hw_nix_intr_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_intr_dump() argument
468 struct rvu *rvu = devlink_health_reporter_priv(reporter); in rvu_hw_nix_intr_dump()
478 static int rvu_hw_nix_intr_recover(struct devlink_health_reporter *reporter, in rvu_hw_nix_intr_recover() argument
481 struct rvu *rvu = devlink_health_reporter_priv(reporter); in rvu_hw_nix_intr_recover()
495 static int rvu_hw_nix_gen_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_gen_dump() argument
499 struct rvu *rvu = devlink_health_reporter_priv(reporter); in rvu_hw_nix_gen_dump()
509 static int rvu_hw_nix_gen_recover(struct devlink_health_reporter *reporter, in rvu_hw_nix_gen_recover() argument
512 struct rvu *rvu = devlink_health_reporter_priv(reporter); in rvu_hw_nix_gen_recover()
526 static int rvu_hw_nix_err_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_err_dump() argument
530 struct rvu *rvu = devlink_health_reporter_priv(reporter); in rvu_hw_nix_err_dump()
540 rvu_hw_nix_err_recover(struct devlink_health_reporter *reporter, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_nix_err_recover() argument
557 rvu_hw_nix_ras_dump(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_nix_ras_dump() argument
571 rvu_hw_nix_ras_recover(struct devlink_health_reporter *reporter, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_nix_ras_recover() argument
1104 rvu_hw_npa_intr_dump(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_npa_intr_dump() argument
1118 rvu_hw_npa_intr_recover(struct devlink_health_reporter *reporter, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_npa_intr_recover() argument
1135 rvu_hw_npa_gen_dump(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_npa_gen_dump() argument
1149 rvu_hw_npa_gen_recover(struct devlink_health_reporter *reporter, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_npa_gen_recover() argument
1166 rvu_hw_npa_err_dump(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_npa_err_dump() argument
1180 rvu_hw_npa_err_recover(struct devlink_health_reporter *reporter, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_npa_err_recover() argument
1197 rvu_hw_npa_ras_dump(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_npa_ras_dump() argument
1211 rvu_hw_npa_ras_recover(struct devlink_health_reporter *reporter, void *ctx, struct netlink_ext_ack *netlink_extack) rvu_hw_npa_ras_recover() argument
[all...]
/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dkernel_abi.py186 buf = self.state.memo.title_styles, self.state.memo.section_level, self.state.memo.reporter
190 self.state.memo.reporter = AutodocReporter(content, self.state.memo.reporter)
194 self.state.memo.title_styles, self.state.memo.section_level, self.state.memo.reporter = buf
H A Dkerneldoc.py170 save = self.state.memo.title_styles, self.state.memo.section_level, self.state.memo.reporter
171 self.state.memo.reporter = AutodocReporter(result, self.state.memo.reporter)
176 self.state.memo.title_styles, self.state.memo.section_level, self.state.memo.reporter = save
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_devlink.c37 qed_fw_fatal_reporter_dump(struct devlink_health_reporter *reporter, in qed_fw_fatal_reporter_dump() argument
41 struct qed_devlink *qdl = devlink_health_reporter_priv(reporter); in qed_fw_fatal_reporter_dump()
78 qed_fw_fatal_reporter_recover(struct devlink_health_reporter *reporter, in qed_fw_fatal_reporter_recover() argument
82 struct qed_devlink *qdl = devlink_health_reporter_priv(reporter); in qed_fw_fatal_reporter_recover()
105 DP_NOTICE(dl->cdev, "Failed to create fw reporter, err = %ld\n", in qed_fw_reporters_create()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_devlink.c37 qed_fw_fatal_reporter_dump(struct devlink_health_reporter *reporter, in qed_fw_fatal_reporter_dump() argument
41 struct qed_devlink *qdl = devlink_health_reporter_priv(reporter); in qed_fw_fatal_reporter_dump()
78 qed_fw_fatal_reporter_recover(struct devlink_health_reporter *reporter, in qed_fw_fatal_reporter_recover() argument
82 struct qed_devlink *qdl = devlink_health_reporter_priv(reporter); in qed_fw_fatal_reporter_recover()
105 DP_NOTICE(dl->cdev, "Failed to create fw reporter, err = %ld\n", in qed_fw_reporters_create()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhealth.c409 mlx5_fw_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5_fw_reporter_diagnose() argument
413 struct mlx5_core_dev *dev = devlink_health_reporter_priv(reporter); in mlx5_fw_reporter_diagnose()
511 mlx5_fw_reporter_dump(struct devlink_health_reporter *reporter, in mlx5_fw_reporter_dump() argument
515 struct mlx5_core_dev *dev = devlink_health_reporter_priv(reporter); in mlx5_fw_reporter_dump()
566 mlx5_fw_fatal_reporter_recover(struct devlink_health_reporter *reporter, in mlx5_fw_fatal_reporter_recover() argument
570 struct mlx5_core_dev *dev = devlink_health_reporter_priv(reporter); in mlx5_fw_fatal_reporter_recover()
576 mlx5_fw_fatal_reporter_dump(struct devlink_health_reporter *reporter, in mlx5_fw_fatal_reporter_dump() argument
580 struct mlx5_core_dev *dev = devlink_health_reporter_priv(reporter); in mlx5_fw_fatal_reporter_dump()
656 mlx5_core_warn(dev, "Failed to create fw reporter, err = %ld\n", in mlx5_fw_reporters_create()
665 mlx5_core_warn(dev, "Failed to create fw fatal reporter, er in mlx5_fw_reporters_create()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dreporter_vnic.c118 static int mlx5_reporter_vnic_diagnose(struct devlink_health_reporter *reporter, in mlx5_reporter_vnic_diagnose() argument
122 struct mlx5_core_dev *dev = devlink_health_reporter_priv(reporter); in mlx5_reporter_vnic_diagnose()
143 "Failed to create vnic reporter, err = %ld\n", in mlx5_reporter_vnic_create()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhealth.c444 mlx5_fw_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5_fw_reporter_diagnose() argument
448 struct mlx5_core_dev *dev = devlink_health_reporter_priv(reporter); in mlx5_fw_reporter_diagnose()
557 mlx5_fw_reporter_dump(struct devlink_health_reporter *reporter, in mlx5_fw_reporter_dump() argument
561 struct mlx5_core_dev *dev = devlink_health_reporter_priv(reporter); in mlx5_fw_reporter_dump()
612 mlx5_fw_fatal_reporter_recover(struct devlink_health_reporter *reporter, in mlx5_fw_fatal_reporter_recover() argument
616 struct mlx5_core_dev *dev = devlink_health_reporter_priv(reporter); in mlx5_fw_fatal_reporter_recover()
622 mlx5_fw_fatal_reporter_dump(struct devlink_health_reporter *reporter, in mlx5_fw_fatal_reporter_dump() argument
626 struct mlx5_core_dev *dev = devlink_health_reporter_priv(reporter); in mlx5_fw_fatal_reporter_dump()
728 mlx5_core_warn(dev, "Failed to create fw reporter, err = %ld\n", in mlx5_fw_reporters_create()
737 mlx5_core_warn(dev, "Failed to create fw fatal reporter, er in mlx5_fw_reporters_create()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c100 static int bnxt_fw_diagnose(struct devlink_health_reporter *reporter, in bnxt_fw_diagnose() argument
104 struct bnxt *bp = devlink_health_reporter_priv(reporter); in bnxt_fw_diagnose()
183 static int bnxt_fw_dump(struct devlink_health_reporter *reporter, in bnxt_fw_dump() argument
187 struct bnxt *bp = devlink_health_reporter_priv(reporter); in bnxt_fw_dump()
223 static int bnxt_fw_recover(struct devlink_health_reporter *reporter, in bnxt_fw_recover() argument
227 struct bnxt *bp = devlink_health_reporter_priv(reporter); in bnxt_fw_recover()
249 struct devlink_health_reporter *reporter; in __bnxt_dl_reporter_create() local
251 reporter = devlink_health_reporter_create(bp->dl, ops, 0, bp); in __bnxt_dl_reporter_create()
252 if (IS_ERR(reporter)) { in __bnxt_dl_reporter_create()
253 netdev_warn(bp->dev, "Failed to create %s health reporter, r in __bnxt_dl_reporter_create()
[all...]
/kernel/linux/linux-5.10/include/net/
H A Ddevlink.h638 * @name: reporter name
649 int (*recover)(struct devlink_health_reporter *reporter,
651 int (*dump)(struct devlink_health_reporter *reporter,
654 int (*diagnose)(struct devlink_health_reporter *reporter,
657 int (*test)(struct devlink_health_reporter *reporter,
1559 devlink_health_reporter_destroy(struct devlink_health_reporter *reporter);
1562 devlink_port_health_reporter_destroy(struct devlink_health_reporter *reporter);
1565 devlink_health_reporter_priv(struct devlink_health_reporter *reporter);
1566 int devlink_health_report(struct devlink_health_reporter *reporter,
1569 devlink_health_reporter_state_update(struct devlink_health_reporter *reporter,
[all...]
/kernel/linux/linux-6.6/include/net/
H A Ddevlink.h721 * @name: reporter name
732 int (*recover)(struct devlink_health_reporter *reporter,
734 int (*dump)(struct devlink_health_reporter *reporter,
737 int (*diagnose)(struct devlink_health_reporter *reporter,
740 int (*test)(struct devlink_health_reporter *reporter,
1906 devl_health_reporter_destroy(struct devlink_health_reporter *reporter);
1909 devlink_health_reporter_destroy(struct devlink_health_reporter *reporter);
1912 devlink_health_reporter_priv(struct devlink_health_reporter *reporter);
1913 int devlink_health_report(struct devlink_health_reporter *reporter,
1916 devlink_health_reporter_state_update(struct devlink_health_reporter *reporter,
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/
H A Ddevlink.c153 int pdsc_fw_reporter_diagnose(struct devlink_health_reporter *reporter, in pdsc_fw_reporter_diagnose() argument
157 struct pdsc *pdsc = devlink_health_reporter_priv(reporter); in pdsc_fw_reporter_diagnose()

Completed in 31 milliseconds

12