Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore.h651 #define IS_LEAD_HWFN(edev) (!((edev)->my_id)) macro
925 (IS_LEAD_HWFN(ECORE_AFFIN_HWFN(dev)) ? 0 : 1)
Decore_dev.c3431 if (!ECORE_IS_CMT(p_hwfn->p_dev) || !IS_LEAD_HWFN(p_hwfn)) in ecore_hw_init_port()
3588 if (IS_LEAD_HWFN(p_hwfn)) { in ecore_hw_init_pf()
4192 if (IS_LEAD_HWFN(p_hwfn) && in ecore_hw_stop()
5020 if (IS_LEAD_HWFN(p_hwfn)) { in ecore_hw_get_resc()
5583 if (IS_LEAD_HWFN(p_hwfn)) { in ecore_get_hw_info()
5594 if (IS_LEAD_HWFN(p_hwfn)) in ecore_get_hw_info()
5920 if (p_params->initiate_pf_flr && IS_LEAD_HWFN(p_hwfn) && in ecore_hw_prepare_single()
5928 if (IS_LEAD_HWFN(p_hwfn)) { in ecore_hw_prepare_single()
5978 if (IS_LEAD_HWFN(p_hwfn)) in ecore_hw_prepare_single()
Decore_vf.c481 if (IS_LEAD_HWFN(p_hwfn)) { in ecore_vf_pf_acquire()
531 if (IS_LEAD_HWFN(p_hwfn)) in ecore_vf_hw_prepare()
Decore_sriov.c1232 if (IS_LEAD_HWFN(p_hwfn)) in ecore_iov_init_hw_for_vf()
1293 if (IS_LEAD_HWFN(p_hwfn)) in ecore_iov_release_hw_for_vf()
Decore_l2.c2064 b_get_port_stats = IS_PF(p_dev) && IS_LEAD_HWFN(p_hwfn); in _ecore_get_vport_stats()
Decore_int.c1944 if ((int_mode != ECORE_INT_MODE_INTA) || IS_LEAD_HWFN(p_hwfn)) { in ecore_int_igu_enable()
Decore_mcp.c2891 if (!IS_LEAD_HWFN(p_hwfn)) in ecore_mcp_config_vf_msix_bb()