Lines Matching defs:reporter
101 static int bnxt_fw_diagnose(struct devlink_health_reporter *reporter,
105 struct bnxt *bp = devlink_health_reporter_priv(reporter);
162 static int bnxt_fw_dump(struct devlink_health_reporter *reporter,
166 struct bnxt *bp = devlink_health_reporter_priv(reporter);
195 static int bnxt_fw_recover(struct devlink_health_reporter *reporter,
199 struct bnxt *bp = devlink_health_reporter_priv(reporter);
221 struct devlink_health_reporter *reporter;
223 reporter = devlink_health_reporter_create(bp->dl, ops, 0, bp);
224 if (IS_ERR(reporter)) {
225 netdev_warn(bp->dev, "Failed to create %s health reporter, rc = %ld\n",
226 ops->name, PTR_ERR(reporter));
230 return reporter;