Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A Dfw_defs.h4 #define BCM_5710_FW_MAJOR_VERSION 7 macro
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_desc.h70 #define LM_INFO_STR "\r\nFW Ver:" StringIt(BCM_5710_FW_MAJOR_VERSION) "." StringIt(BCM_…
H A Dlm_devinfo.c3641 pdev->ver_num_fw = (BCM_5710_FW_MAJOR_VERSION << 24) | in lm_get_dev_info()
4074 u32_t drv_fw_ver = (BCM_5710_FW_MAJOR_VERSION) | in lm_is_fw_version_valid()
/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c664 BCM_5710_FW_MAJOR_VERSION, in BnxeAttachDevice()