Searched refs:BNXT_FW_STATUS_HEALTH_MSK (Results 1 – 1 of 1) sorted by relevance
2017 #define BNXT_FW_STATUS_HEALTH_MSK 0xffff macro2022 #define BNXT_FW_IS_HEALTHY(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) ==\2025 #define BNXT_FW_IS_BOOTING(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) < \2028 #define BNXT_FW_IS_ERR(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) > \