Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c2985 int exp_major, exp_minor, exp_micro; in t4_check_fw_version() local
3004 exp_micro = T4FW_MIN_VERSION_MICRO; in t4_check_fw_version()
3009 exp_micro = T5FW_MIN_VERSION_MICRO; in t4_check_fw_version()
3014 exp_micro = T6FW_MIN_VERSION_MICRO; in t4_check_fw_version()
3023 (major == exp_major && minor == exp_minor && micro < exp_micro)) { in t4_check_fw_version()
3027 micro, exp_major, exp_minor, exp_micro); in t4_check_fw_version()