Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1916 G_FW_HDR_FW_VER_MAJOR(sc->params.fw_vers), in setup_kstats()
1921 G_FW_HDR_FW_VER_MAJOR(sc->params.tp_vers), in setup_kstats()
/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c942 major = G_FW_HDR_FW_VER_MAJOR(adapter->params.fw_vers); in t4_check_fw_version()
/titanic_41/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h7383 #define G_FW_HDR_FW_VER_MAJOR(x) \ macro