Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/
H A Dqede_ethdev.h63 #define QEDE_PMD_FW_VERSION qede_stringify(FW_MAJOR_VERSION) "." \
H A Dqede_main.c387 dev_info->fw_major = FW_MAJOR_VERSION; in qed_fill_dev_info()
/f-stack/dpdk/drivers/net/qede/base/
H A Dcommon_hsi.h95 #define FW_MAJOR_VERSION 8 macro
H A Decore.h41 ((FW_MAJOR_VERSION << 24) | (FW_MINOR_VERSION << 16) | \
H A Decore_vf.c319 req->vfdev_info.fw_major = FW_MAJOR_VERSION; in ecore_vf_pf_acquire()
H A Decore_mcp.c57 #define PDA_COMP (((FW_MAJOR_VERSION) + (FW_MINOR_VERSION << 8)) << \
H A Decore_sriov.c1885 pfdev_info->fw_major = FW_MAJOR_VERSION; in ecore_iov_vf_mbx_acquire()