Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
HDecore.h649 #define IS_LEAD_HWFN(edev) (!((edev)->my_id)) macro
924 (IS_LEAD_HWFN(ECORE_AFFIN_HWFN(dev)) ? 0 : 1)
HDecore_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()
HDecore_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()
HDecore_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()
HDecore_int.c1940 if ((int_mode != ECORE_INT_MODE_INTA) || IS_LEAD_HWFN(p_hwfn)) { in ecore_int_igu_enable()
HDecore_l2.c2062 b_get_port_stats = IS_PF(p_dev) && IS_LEAD_HWFN(p_hwfn); in _ecore_get_vport_stats()
HDecore_mcp.c2888 if (!IS_LEAD_HWFN(p_hwfn)) in ecore_mcp_config_vf_msix_bb()