Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/bnxt/
HDbnxt.h700 uint32_t hwrm_spec_code; member
HDbnxt_hwrm.c296 if (softc->hwrm_spec_code < 0x10902 || BNXT_VF(softc) || softc->ctx_mem) in bnxt_hwrm_func_backing_store_qcaps()
609 softc->hwrm_spec_code = resp->hwrm_intf_maj_8b << 16 | in bnxt_hwrm_ver_get()
659 if (softc->hwrm_spec_code > 0x10803 && fw_maj) { in bnxt_hwrm_ver_get()
HDif_bnxt.c1392 if (softc->hwrm_spec_code >= 0x10803) { in bnxt_attach_pre()