Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/bnxt/bnxt_en/
HDbnxt.h1224 #define BNXT_FW_CAP_HOT_RESET BIT_ULL(21) macro
HDbnxt_hwrm.c1045 if (bp->fw_cap & BNXT_FW_CAP_HOT_RESET) in bnxt_hwrm_func_drv_rgtr()
1170 softc->fw_cap |= BNXT_FW_CAP_HOT_RESET; in bnxt_hwrm_func_qcaps()
HDif_bnxt.c1858 if (!(bp->fw_cap & BNXT_FW_CAP_HOT_RESET) && in bnxt_alloc_fw_health()
1864 bp->fw_cap &= ~BNXT_FW_CAP_HOT_RESET; in bnxt_alloc_fw_health()