Searched refs:BNXT_FW_STATUS_HEALTH_MSK (Results 1 – 1 of 1) sorted by relevance
1630 #define BNXT_FW_STATUS_HEALTH_MSK 0xffff macro1635 #define BNXT_FW_IS_HEALTHY(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) ==\1638 #define BNXT_FW_IS_BOOTING(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) < \1641 #define BNXT_FW_IS_ERR(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) > \