Searched refs:BNXT_FW_STATUS_HEALTH_MSK (Results 1 – 1 of 1) sorted by relevance
1605 #define BNXT_FW_STATUS_HEALTH_MSK 0xffff macro1610 #define BNXT_FW_IS_HEALTHY(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) ==\1613 #define BNXT_FW_IS_BOOTING(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) < \1616 #define BNXT_FW_IS_ERR(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) > \