Home
last modified time | relevance | path

Searched refs:fw_reporter_ctx (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c429 struct mlx5_fw_reporter_ctx *fw_reporter_ctx) in mlx5_fw_reporter_ctx_pairs_put() argument
434 fw_reporter_ctx->err_synd); in mlx5_fw_reporter_ctx_pairs_put()
438 fw_reporter_ctx->miss_counter); in mlx5_fw_reporter_ctx_pairs_put()
519 struct mlx5_fw_reporter_ctx *fw_reporter_ctx = priv_ctx; in mlx5_fw_reporter_dump() local
521 err = mlx5_fw_reporter_ctx_pairs_put(fmsg, fw_reporter_ctx); in mlx5_fw_reporter_dump()
534 struct mlx5_fw_reporter_ctx fw_reporter_ctx; in mlx5_fw_reporter_err_work() local
542 fw_reporter_ctx.err_synd = health->synd; in mlx5_fw_reporter_err_work()
543 fw_reporter_ctx.miss_counter = health->miss_counter; in mlx5_fw_reporter_err_work()
544 if (fw_reporter_ctx.err_synd) { in mlx5_fw_reporter_err_work()
546 "FW syndrom reported", &fw_reporter_ctx); in mlx5_fw_reporter_err_work()
[all …]
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c111 struct bnxt_fw_reporter_ctx *fw_reporter_ctx = priv_ctx; in bnxt_fw_fatal_recover() local
118 event = fw_reporter_ctx->sp_event; in bnxt_fw_fatal_recover()
217 struct bnxt_fw_reporter_ctx fw_reporter_ctx; in bnxt_devlink_health_report() local
219 fw_reporter_ctx.sp_event = event; in bnxt_devlink_health_report()
228 &fw_reporter_ctx); in bnxt_devlink_health_report()
236 &fw_reporter_ctx); in bnxt_devlink_health_report()
245 &fw_reporter_ctx); in bnxt_devlink_health_report()