Searched refs:fw_health (Results 1 – 2 of 2) sorted by relevance
1435 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_fw_health_readl() local1436 u32 reg = fw_health->regs[reg_idx]; in bnxt_fw_health_readl()1446 reg_off = fw_health->mapped_regs[reg_idx]; in bnxt_fw_health_readl()1456 val &= fw_health->fw_reset_inprog_reg_mask; in bnxt_fw_health_readl()1497 struct bnxt_fw_health *fw_health = bp->fw_health; in is_bnxt_fw_ok() local1502 if (val == fw_health->last_fw_heartbeat) in is_bnxt_fw_ok()1506 if (val != fw_health->last_fw_reset_cnt) in is_bnxt_fw_ok()1557 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_fw_reset_writel() local1558 u32 reg = fw_health->fw_reset_seq_regs[reg_idx]; in bnxt_fw_reset_writel()1559 u32 val = fw_health->fw_reset_seq_vals[reg_idx]; in bnxt_fw_reset_writel()[all …]
1261 struct bnxt_fw_health *fw_health; member