Home
last modified time | relevance | path

Searched refs:BNXT_FW_IS_ERR (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h935 #define BNXT_FW_IS_ERR(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) > \ macro
938 #define BNXT_FW_IS_RECOVERING(sts) (BNXT_FW_IS_ERR(sts) && \