Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dev.c2907 if (CHIP_REV_IS_EMUL(p_dev) && IS_LEAD_HWFN(p_hwfn)) { in ecore_hw_init_common()
3352 if (!ECORE_IS_CMT(p_dev) || !IS_LEAD_HWFN(p_hwfn)) in ecore_hw_init_port()
3502 if (IS_LEAD_HWFN(p_hwfn)) { in ecore_hw_init_pf()
4126 if (IS_LEAD_HWFN(p_hwfn) && in ecore_hw_stop()
4798 if (IS_LEAD_HWFN(p_hwfn)) { in ecore_hw_get_resc()
4871 if (IS_LEAD_HWFN(p_hwfn)) { in ecore_emul_hw_get_nvm_info()
5385 if (IS_LEAD_HWFN(p_hwfn)) in ecore_get_hw_info()
5651 if (IS_LEAD_HWFN(p_hwfn)) { in ecore_hw_prepare_single()
5685 if (IS_LEAD_HWFN(p_hwfn)) in ecore_hw_prepare_single()
5725 if (IS_LEAD_HWFN(p_hwfn)) { in ecore_hw_prepare_single()
[all …]
H A Decore.h588 #define IS_LEAD_HWFN(edev) (!((edev)->my_id)) macro
890 (IS_LEAD_HWFN(ECORE_AFFIN_HWFN(dev)) ? 0 : 1)
H A Decore_vf.c485 if (IS_LEAD_HWFN(p_hwfn)) { in ecore_vf_pf_acquire()
536 if (IS_LEAD_HWFN(p_hwfn)) in ecore_vf_hw_prepare()
H A Decore_sriov.c1247 if (IS_LEAD_HWFN(p_hwfn)) in ecore_iov_init_hw_for_vf()
1324 if (IS_LEAD_HWFN(p_hwfn)) in ecore_iov_release_hw_for_vf()
H A Decore_l2.c2020 b_get_port_stats = IS_PF(p_dev) && IS_LEAD_HWFN(p_hwfn); in _ecore_get_vport_stats()
H A Decore_int.c1992 if ((int_mode != ECORE_INT_MODE_INTA) || IS_LEAD_HWFN(p_hwfn)) { in ecore_int_igu_enable()
H A Decore_mcp.c2762 if (!IS_LEAD_HWFN(p_hwfn)) in ecore_mcp_config_vf_msix_bb()