/Linux-v5.10/drivers/net/netdevsim/ |
D | health.c | 13 struct devlink_fmsg *fmsg, void *priv_ctx, in nsim_dev_empty_reporter_dump() argument 40 void *priv_ctx, in nsim_dev_dummy_reporter_recover() argument 44 struct nsim_dev_dummy_reporter_ctx *ctx = priv_ctx; in nsim_dev_dummy_reporter_recover() 187 struct devlink_fmsg *fmsg, void *priv_ctx, in nsim_dev_dummy_reporter_dump() argument 191 struct nsim_dev_dummy_reporter_ctx *ctx = priv_ctx; in nsim_dev_dummy_reporter_dump()
|
/Linux-v5.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_devlink.c | 38 struct devlink_fmsg *fmsg, void *priv_ctx, in qed_fw_fatal_reporter_dump() argument 42 struct qed_fw_fatal_ctx *fw_fatal_ctx = priv_ctx; in qed_fw_fatal_reporter_dump() 79 void *priv_ctx, in qed_fw_fatal_reporter_recover() argument
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | health.c | 507 struct devlink_fmsg *fmsg, void *priv_ctx, in mlx5_fw_reporter_dump() argument 517 if (priv_ctx) { in mlx5_fw_reporter_dump() 518 struct mlx5_fw_reporter_ctx *fw_reporter_ctx = priv_ctx; in mlx5_fw_reporter_dump() 562 void *priv_ctx, in mlx5_fw_fatal_reporter_recover() argument 572 struct devlink_fmsg *fmsg, void *priv_ctx, in mlx5_fw_fatal_reporter_dump() argument 590 if (priv_ctx) { in mlx5_fw_fatal_reporter_dump() 591 struct mlx5_fw_reporter_ctx *fw_reporter_ctx = priv_ctx; in mlx5_fw_fatal_reporter_dump()
|
/Linux-v5.10/drivers/net/ethernet/huawei/hinic/ |
D | hinic_devlink.c | 463 struct devlink_fmsg *fmsg, void *priv_ctx, in hinic_hw_reporter_dump() argument 466 if (priv_ctx) in hinic_hw_reporter_dump() 467 return fault_report_show(fmsg, priv_ctx); in hinic_hw_reporter_dump() 539 struct devlink_fmsg *fmsg, void *priv_ctx, in hinic_fw_reporter_dump() argument 542 if (priv_ctx) in hinic_fw_reporter_dump() 543 return mgmt_watchdog_report_show(fmsg, priv_ctx); in hinic_fw_reporter_dump()
|
/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_devlink.c | 90 void *priv_ctx, in bnxt_fw_reset_recover() argument 95 if (!priv_ctx) in bnxt_fw_reset_recover() 109 void *priv_ctx, in bnxt_fw_fatal_recover() argument 113 struct bnxt_fw_reporter_ctx *fw_reporter_ctx = priv_ctx; in bnxt_fw_fatal_recover() 116 if (!priv_ctx) in bnxt_fw_fatal_recover()
|
/Linux-v5.10/drivers/mfd/ |
D | intel-lpss.c | 80 u32 priv_ctx[LPSS_PRIV_REG_COUNT]; member 487 lpss->priv_ctx[i] = readl(lpss->priv + i * 4); in intel_lpss_suspend() 510 writel(lpss->priv_ctx[i], lpss->priv + i * 4); in intel_lpss_resume()
|
/Linux-v5.10/include/net/ |
D | devlink.h | 650 void *priv_ctx, struct netlink_ext_ack *extack); 652 struct devlink_fmsg *fmsg, void *priv_ctx, 1567 const char *msg, void *priv_ctx);
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.c | 1669 struct devlink_fmsg *fmsg, void *priv_ctx, in mlxsw_core_health_fw_fatal_dump() argument 1672 char *mfde_pl = priv_ctx; in mlxsw_core_health_fw_fatal_dump() 1678 if (!priv_ctx) in mlxsw_core_health_fw_fatal_dump()
|
/Linux-v5.10/net/core/ |
D | devlink.c | 6129 void *priv_ctx, struct netlink_ext_ack *extack) in devlink_health_reporter_recover() argument 6139 err = reporter->ops->recover(reporter, priv_ctx, extack); in devlink_health_reporter_recover() 6160 void *priv_ctx, in devlink_health_do_dump() argument 6182 priv_ctx, extack); in devlink_health_do_dump() 6201 const char *msg, void *priv_ctx) in devlink_health_report() argument 6235 devlink_health_do_dump(reporter, priv_ctx, NULL); in devlink_health_report() 6241 priv_ctx, NULL); in devlink_health_report()
|