Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c1435 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_fw_health_readl() local
1436 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() local
1502 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() local
1558 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 …]
H A Dbnxt.h1261 struct bnxt_fw_health *fw_health; member