Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c116 if (BNXT_FW_IS_BOOTING(fw_status)) { in bnxt_fw_diagnose()
Dbnxt.h1613 #define BNXT_FW_IS_BOOTING(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) < \ macro
Dbnxt.c9969 if (!BNXT_FW_IS_BOOTING(sts) && in bnxt_try_recover_fw()