Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h1167 #define BNXT_FW_CAP_TRUFLOW_EN BIT_ULL(40) macro
1168 #define BNXT_TRUFLOW_EN(bp) ((bp)->fw_cap & BNXT_FW_CAP_TRUFLOW_EN)
H A Dbnxt_hwrm.c929 softc->fw_cap |= BNXT_FW_CAP_TRUFLOW_EN; in bnxt_hwrm_ver_get()