Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_vf.c323 req->vfdev_info.eth_fp_hsi_major = ETH_HSI_VER_MAJOR; in ecore_vf_pf_acquire()
393 (pfdev_info->major_fp_hsi != ETH_HSI_VER_MAJOR)) { in ecore_vf_pf_acquire()
401 ETH_HSI_VER_MAJOR, ETH_HSI_VER_MINOR, in ecore_vf_pf_acquire()
499 ETH_HSI_VER_MAJOR, in ecore_vf_pf_acquire()
914 OSAL_BUILD_BUG_ON(ETH_HSI_VER_MAJOR != 3); in ecore_vf_pf_rxq_start()
H A Deth_common.h17 #define ETH_HSI_VER_MAJOR 3 macro
H A Decore_sriov.c164 ETH_HSI_VER_MAJOR, fp_minor, in ecore_sp_vf_start()
165 ETH_HSI_VER_MAJOR, ETH_HSI_VER_MINOR); in ecore_sp_vf_start()
169 p_ramrod->hsi_fp_ver.major_ver_arr[ETH_VER_KEY] = ETH_HSI_VER_MAJOR; in ecore_sp_vf_start()
174 p_vf->abs_vf_id, ETH_HSI_VER_MAJOR, fp_minor); in ecore_sp_vf_start()
1789 pfdev_info->major_fp_hsi = ETH_HSI_VER_MAJOR; in ecore_iov_vf_mbx_acquire()
1805 if (req->vfdev_info.eth_fp_hsi_major != ETH_HSI_VER_MAJOR) { in ecore_iov_vf_mbx_acquire()
1813 OSAL_BUILD_BUG_ON(ETH_HSI_VER_MAJOR != 3); in ecore_iov_vf_mbx_acquire()
1818 p_vfdev->eth_fp_hsi_major = ETH_HSI_VER_MAJOR; in ecore_iov_vf_mbx_acquire()
1828 ETH_HSI_VER_MAJOR, ETH_HSI_VER_MINOR); in ecore_iov_vf_mbx_acquire()
H A Decore_sp_commands.c404 p_ramrod->hsi_fp_ver.major_ver_arr[ETH_VER_KEY] = ETH_HSI_VER_MAJOR; in ecore_sp_pf_start()