Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c120 if (BNXT_FW_IS_BOOTING(fw_status)) { in bnxt_fw_diagnose()
Dbnxt.h2025 #define BNXT_FW_IS_BOOTING(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) < \ macro
Dbnxt.c11626 if (!BNXT_FW_IS_BOOTING(sts) && in bnxt_try_recover_fw()