Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_hwrm.c456 return *fw_status && !BNXT_FW_IS_HEALTHY(*fw_status); in hwrm_wait_must_abort()
Dbnxt.h1610 #define BNXT_FW_IS_HEALTHY(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) ==\ macro
Dbnxt.c9975 if (!BNXT_FW_IS_HEALTHY(sts)) { in bnxt_try_recover_fw()