Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore.h650 #define IS_LEAD_HWFN(edev) (!((edev)->my_id)) macro
925 (IS_LEAD_HWFN(ECORE_AFFIN_HWFN(dev)) ? 0 : 1)
H A Decore_dev.c3427 if (!ECORE_IS_CMT(p_hwfn->p_dev) || !IS_LEAD_HWFN(p_hwfn)) in ecore_hw_init_port()
3584 if (IS_LEAD_HWFN(p_hwfn)) { in ecore_hw_init_pf()
4188 if (IS_LEAD_HWFN(p_hwfn) && in ecore_hw_stop()
5016 if (IS_LEAD_HWFN(p_hwfn)) { in ecore_hw_get_resc()
5579 if (IS_LEAD_HWFN(p_hwfn)) { in ecore_get_hw_info()
5590 if (IS_LEAD_HWFN(p_hwfn)) in ecore_get_hw_info()
5916 if (p_params->initiate_pf_flr && IS_LEAD_HWFN(p_hwfn) && in ecore_hw_prepare_single()
5924 if (IS_LEAD_HWFN(p_hwfn)) { in ecore_hw_prepare_single()
5974 if (IS_LEAD_HWFN(p_hwfn)) in ecore_hw_prepare_single()
H A Decore_vf.c478 if (IS_LEAD_HWFN(p_hwfn)) { in ecore_vf_pf_acquire()
528 if (IS_LEAD_HWFN(p_hwfn)) in ecore_vf_hw_prepare()
H A Decore_sriov.c1229 if (IS_LEAD_HWFN(p_hwfn)) in ecore_iov_init_hw_for_vf()
1290 if (IS_LEAD_HWFN(p_hwfn)) in ecore_iov_release_hw_for_vf()
H A Decore_int.c1940 if ((int_mode != ECORE_INT_MODE_INTA) || IS_LEAD_HWFN(p_hwfn)) { in ecore_int_igu_enable()
H A Decore_l2.c2063 b_get_port_stats = IS_PF(p_dev) && IS_LEAD_HWFN(p_hwfn); in _ecore_get_vport_stats()
H A Decore_mcp.c2888 if (!IS_LEAD_HWFN(p_hwfn)) in ecore_mcp_config_vf_msix_bb()