Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3883 int exp_major, exp_minor, exp_micro; in t4_check_fw_version() local
3896 exp_major = T4FW_MIN_VERSION_MAJOR; in t4_check_fw_version()
3901 exp_major = T5FW_MIN_VERSION_MAJOR; in t4_check_fw_version()
3906 exp_major = T6FW_MIN_VERSION_MAJOR; in t4_check_fw_version()
3916 if (major < exp_major || (major == exp_major && minor < exp_minor) || in t4_check_fw_version()
3917 (major == exp_major && minor == exp_minor && micro < exp_micro)) { in t4_check_fw_version()
3920 micro, exp_major, exp_minor, exp_micro); in t4_check_fw_version()