Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c433 struct mlx5_fw_reporter_ctx *fw_reporter_ctx) in mlx5_fw_reporter_ctx_pairs_put() argument
438 fw_reporter_ctx->err_synd); in mlx5_fw_reporter_ctx_pairs_put()
442 fw_reporter_ctx->miss_counter); in mlx5_fw_reporter_ctx_pairs_put()
523 struct mlx5_fw_reporter_ctx *fw_reporter_ctx = priv_ctx; in mlx5_fw_reporter_dump() local
525 err = mlx5_fw_reporter_ctx_pairs_put(fmsg, fw_reporter_ctx); in mlx5_fw_reporter_dump()
538 struct mlx5_fw_reporter_ctx fw_reporter_ctx; in mlx5_fw_reporter_err_work() local
546 fw_reporter_ctx.err_synd = health->synd; in mlx5_fw_reporter_err_work()
547 fw_reporter_ctx.miss_counter = health->miss_counter; in mlx5_fw_reporter_err_work()
548 if (fw_reporter_ctx.err_synd) { in mlx5_fw_reporter_err_work()
550 "FW syndrom reported", &fw_reporter_ctx); in mlx5_fw_reporter_err_work()
[all …]
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c113 struct bnxt_fw_reporter_ctx *fw_reporter_ctx = priv_ctx; in bnxt_fw_fatal_recover() local
120 event = fw_reporter_ctx->sp_event; in bnxt_fw_fatal_recover()
219 struct bnxt_fw_reporter_ctx fw_reporter_ctx; in bnxt_devlink_health_report() local
221 fw_reporter_ctx.sp_event = event; in bnxt_devlink_health_report()
230 &fw_reporter_ctx); in bnxt_devlink_health_report()
238 &fw_reporter_ctx); in bnxt_devlink_health_report()
247 &fw_reporter_ctx); in bnxt_devlink_health_report()