Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_iov_api.h23 #define IS_PF_SRIOV(p_hwfn) (!!((p_hwfn)->p_dev->p_iov_info)) macro
25 #define IS_PF_SRIOV(p_hwfn) (0) macro
H A Decore_int.c2192 if (IS_PF_SRIOV(p_hwfn)) { in ecore_int_igu_reset_cam()
2218 if (IS_PF_SRIOV(p_hwfn)) in ecore_int_igu_reset_cam()
2441 if (IS_VF(p_hwfn->p_dev) || !IS_PF_SRIOV(p_hwfn)) in ecore_int_igu_relocate_sb()
H A Decore_sriov.c620 if (!IS_PF_SRIOV(p_hwfn)) { in ecore_iov_alloc()
642 if (!IS_PF_SRIOV(p_hwfn) || !IS_PF_SRIOV_ALLOC(p_hwfn)) in ecore_iov_setup()