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