Home
last modified time | relevance | path

Searched refs:BNXT_FW_HEALTH_REG (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwrm.c455 *fw_status = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in hwrm_wait_must_abort()
H A Dbnxt.c2887 status = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_async_event_process()
10131 reg_type = BNXT_FW_HEALTH_REG_TYPE(fw_health->regs[BNXT_FW_HEALTH_REG]); in bnxt_inv_fw_health_reg()
10176 bp->fw_health->regs[BNXT_FW_HEALTH_REG] = status_loc; in bnxt_try_map_fw_health_reg()
10180 bp->fw_health->mapped_regs[BNXT_FW_HEALTH_REG] = in bnxt_try_map_fw_health_reg()
10262 fw_health->regs[BNXT_FW_HEALTH_REG] = in bnxt_hwrm_error_recovery_qcfg()
12776 sts = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_try_recover_fw()
15506 val = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_fw_reset_task()
15617 u32 sts = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_fw_reset_task()
H A Dbnxt.h2038 #define BNXT_FW_HEALTH_REG 0 macro