/openbmc/linux/drivers/net/netdevsim/ |
H A 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() 155 struct devlink_fmsg *fmsg, void *priv_ctx, in nsim_dev_dummy_reporter_dump() argument 159 struct nsim_dev_dummy_reporter_ctx *ctx = priv_ctx; in nsim_dev_dummy_reporter_dump()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A 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
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_devlink.c | 451 struct devlink_fmsg *fmsg, void *priv_ctx, in hinic_hw_reporter_dump() argument 454 if (priv_ctx) in hinic_hw_reporter_dump() 455 return fault_report_show(fmsg, priv_ctx); in hinic_hw_reporter_dump() 527 struct devlink_fmsg *fmsg, void *priv_ctx, in hinic_fw_reporter_dump() argument 530 if (priv_ctx) in hinic_fw_reporter_dump() 531 return mgmt_watchdog_report_show(fmsg, priv_ctx); in hinic_fw_reporter_dump()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | health.c | 566 struct devlink_fmsg *fmsg, void *priv_ctx, in mlx5_fw_reporter_dump() argument 576 if (priv_ctx) { in mlx5_fw_reporter_dump() 577 struct mlx5_fw_reporter_ctx *fw_reporter_ctx = priv_ctx; in mlx5_fw_reporter_dump() 621 void *priv_ctx, in mlx5_fw_fatal_reporter_recover() argument 631 struct devlink_fmsg *fmsg, void *priv_ctx, in mlx5_fw_fatal_reporter_dump() argument 649 if (priv_ctx) { in mlx5_fw_fatal_reporter_dump() 650 struct mlx5_fw_reporter_ctx *fw_reporter_ctx = priv_ctx; in mlx5_fw_fatal_reporter_dump()
|
/openbmc/linux/net/devlink/ |
H A D | health.c | 522 void *priv_ctx, struct netlink_ext_ack *extack) in devlink_health_reporter_recover() argument 532 err = reporter->ops->recover(reporter, priv_ctx, extack); in devlink_health_reporter_recover() 553 void *priv_ctx, in devlink_health_do_dump() argument 575 priv_ctx, extack); in devlink_health_do_dump() 594 const char *msg, void *priv_ctx) in devlink_health_report() argument 627 devlink_health_do_dump(reporter, priv_ctx, NULL); in devlink_health_report() 635 ret = devlink_health_reporter_recover(reporter, priv_ctx, NULL); in devlink_health_report()
|
/openbmc/linux/drivers/mfd/ |
H A D | intel-lpss.c | 80 u32 priv_ctx[LPSS_PRIV_REG_COUNT]; member 490 lpss->priv_ctx[i] = readl(lpss->priv + i * 4); in intel_lpss_suspend() 513 writel(lpss->priv_ctx[i], lpss->priv + i * 4); in intel_lpss_resume()
|
/openbmc/linux/drivers/staging/qlge/ |
H A D | qlge_devlink.c | 52 struct devlink_fmsg *fmsg, void *priv_ctx, in qlge_reporter_coredump() argument
|
/openbmc/linux/include/net/ |
H A D | devlink.h | 733 void *priv_ctx, struct netlink_ext_ack *extack); 735 struct devlink_fmsg *fmsg, void *priv_ctx, 1914 const char *msg, void *priv_ctx);
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_devlink.c | 184 struct devlink_fmsg *fmsg, void *priv_ctx, in bnxt_fw_dump() argument 193 if (priv_ctx) in bnxt_fw_dump() 224 void *priv_ctx, in bnxt_fw_recover() argument
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core.c | 1914 struct devlink_fmsg *fmsg, void *priv_ctx, in mlxsw_core_health_fw_fatal_dump() argument 1917 char *mfde_pl = priv_ctx; in mlxsw_core_health_fw_fatal_dump() 1923 if (!priv_ctx) in mlxsw_core_health_fw_fatal_dump()
|