Home
last modified time | relevance | path

Searched refs:exp_minor (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3394 int exp_major, exp_minor, exp_micro; in t4_check_fw_version() local
3412 exp_minor = T4FW_MIN_VERSION_MINOR; in t4_check_fw_version()
3417 exp_minor = T5FW_MIN_VERSION_MINOR; in t4_check_fw_version()
3422 exp_minor = T6FW_MIN_VERSION_MINOR; in t4_check_fw_version()
3431 if (major < exp_major || (major == exp_major && minor < exp_minor) || in t4_check_fw_version()
3432 (major == exp_major && minor == exp_minor && micro < exp_micro)) { in t4_check_fw_version()
3436 micro, exp_major, exp_minor, exp_micro); in t4_check_fw_version()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3364 int exp_major, exp_minor, exp_micro; in t4_check_fw_version() local
3382 exp_minor = T4FW_MIN_VERSION_MINOR; in t4_check_fw_version()
3387 exp_minor = T5FW_MIN_VERSION_MINOR; in t4_check_fw_version()
3392 exp_minor = T6FW_MIN_VERSION_MINOR; in t4_check_fw_version()
3401 if (major < exp_major || (major == exp_major && minor < exp_minor) || in t4_check_fw_version()
3402 (major == exp_major && minor == exp_minor && micro < exp_micro)) { in t4_check_fw_version()
3406 micro, exp_major, exp_minor, exp_micro); in t4_check_fw_version()

Completed in 24 milliseconds