Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h98 FW_VERSION_MINOR = 11, enumerator
H A Dcxgb_t3_hw.c1244 minor == FW_VERSION_MINOR) 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.c601 FW_VERSION_MAJOR, FW_VERSION_MINOR, FW_VERSION_MICRO); in cxgb_controller_attach()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c4530 V_FW_HDR_FW_VER_MINOR(chip##FW_VERSION_MINOR) | \