Searched refs:FW_VERSION_MINOR (Results 1 – 7 of 7) sorted by relevance
42 #define FW_VERSION_MINOR 12 macro
991 __stringify(FW_VERSION_MINOR) "." __stringify(FW_VERSION_MICRO)1089 FW_VERSION_MAJOR, FW_VERSION_MINOR, FW_VERSION_MICRO); in upgrade_fw()1092 FW_VERSION_MAJOR, FW_VERSION_MINOR, FW_VERSION_MICRO); in upgrade_fw()1218 FW_VERSION_MAJOR, FW_VERSION_MINOR, in cxgb_up()
1041 minor == FW_VERSION_MINOR) in t3_check_fw_version()1043 else if (major != FW_VERSION_MAJOR || minor < FW_VERSION_MINOR) in t3_check_fw_version()1046 FW_VERSION_MAJOR, FW_VERSION_MINOR); in t3_check_fw_version()1050 FW_VERSION_MAJOR, FW_VERSION_MINOR); in t3_check_fw_version()
131 #define FW_VERSION_MINOR(hw) (csio_is_t4(hw->chip_id) ? 2 : 0) macro
719 if (minor == FW_VERSION_MINOR(hw) && micro == FW_VERSION_MICRO(hw)) in csio_hw_check_fw_version()
54 #define FW_VERSION_MINOR 1 macro
924 exp_minor = FW_VERSION_MINOR; in t4_check_fw_version()