Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h97 FW_VERSION_MAJOR = 7, enumerator
H A Dcxgb_t3_hw.c1243 if (type == FW_VERSION_T3 && major == FW_VERSION_MAJOR && in t3_check_fw_version()
1247 else if (major != FW_VERSION_MAJOR || minor < FW_VERSION_MINOR) in t3_check_fw_version()
1250 FW_VERSION_MAJOR, FW_VERSION_MINOR); in t3_check_fw_version()
1254 FW_VERSION_MAJOR, FW_VERSION_MINOR); in t3_check_fw_version()
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c603 FW_VERSION_MAJOR, FW_VERSION_MINOR, FW_VERSION_MICRO); in cxgb_controller_attach()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c4458 V_FW_HDR_FW_VER_MAJOR(chip##FW_VERSION_MAJOR) | \