Searched refs:BNXT_FW_STATUS_HEALTH_MSK (Results 1 – 1 of 1) sorted by relevance
924 #define BNXT_FW_STATUS_HEALTH_MSK 0xffff macro929 #define BNXT_FW_IS_HEALTHY(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) ==\932 #define BNXT_FW_IS_BOOTING(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) < \935 #define BNXT_FW_IS_ERR(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) > \