Home
last modified time | relevance | path

Searched refs:priv_ctx (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c64 void *priv_ctx) in bnxt_fw_reset_recover() argument
68 if (!priv_ctx) in bnxt_fw_reset_recover()
82 void *priv_ctx) in bnxt_fw_fatal_recover() argument
85 struct bnxt_fw_reporter_ctx *fw_reporter_ctx = priv_ctx; in bnxt_fw_fatal_recover()
88 if (!priv_ctx) in bnxt_fw_fatal_recover()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c494 struct devlink_fmsg *fmsg, void *priv_ctx) in mlx5_fw_reporter_dump() argument
503 if (priv_ctx) { in mlx5_fw_reporter_dump()
504 struct mlx5_fw_reporter_ctx *fw_reporter_ctx = priv_ctx; in mlx5_fw_reporter_dump()
548 void *priv_ctx) in mlx5_fw_fatal_reporter_recover() argument
558 struct devlink_fmsg *fmsg, void *priv_ctx) in mlx5_fw_fatal_reporter_dump() argument
577 if (priv_ctx) { in mlx5_fw_fatal_reporter_dump()
578 struct mlx5_fw_reporter_ctx *fw_reporter_ctx = priv_ctx; in mlx5_fw_fatal_reporter_dump()
/Linux-v5.4/drivers/mfd/
Dintel-lpss.c80 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.4/include/net/
Ddevlink.h510 void *priv_ctx);
512 struct devlink_fmsg *fmsg, void *priv_ctx);
947 const char *msg, void *priv_ctx);
/Linux-v5.4/net/core/
Ddevlink.c4736 void *priv_ctx) in devlink_health_reporter_recover() argument
4743 err = reporter->ops->recover(reporter, priv_ctx); in devlink_health_reporter_recover()
4764 void *priv_ctx) in devlink_health_do_dump() argument
4785 priv_ctx); in devlink_health_do_dump()
4804 const char *msg, void *priv_ctx) in devlink_health_report() argument
4833 devlink_health_do_dump(reporter, priv_ctx); in devlink_health_report()
4837 return devlink_health_reporter_recover(reporter, priv_ctx); in devlink_health_report()