Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4_fw.h32 #define T4FW_VERSION_MICRO 2 macro
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1016 V_FW_HDR_FW_VER_MICRO(T4FW_VERSION_MICRO) | in prep_firmware()
1027 T4FW_VERSION_MICRO, T4FW_VERSION_BUILD); in prep_firmware()
/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c954 if (minor == T4FW_VERSION_MINOR && micro == T4FW_VERSION_MICRO) in t4_check_fw_version()