Home
last modified time | relevance | path

Searched refs:ECORE_IS_CMT (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDecore_dev.c149 if (ECORE_IS_CMT(p_dev)) in ecore_db_rec_find_hwfn()
859 if (ECORE_IS_CMT(p_dev)) { in ecore_llh_hw_init_pf()
896 if (!ECORE_IS_CMT(p_dev)) in ecore_llh_set_ppfid_affinity()
946 if (!ECORE_IS_CMT(p_dev)) in ecore_llh_set_roce_affinity()
1661 if (ECORE_IS_CMT(p_hwfn->p_dev)) { in ecore_hw_bar_size()
2805 if (ECORE_IS_CMT(p_hwfn->p_dev)) in ecore_calc_hw_mode()
3293 if (ECORE_IS_CMT(p_hwfn->p_dev)) in ecore_hw_init_pf_doorbell_bar()
3431 if (!ECORE_IS_CMT(p_hwfn->p_dev) || !IS_LEAD_HWFN(p_hwfn)) in ecore_hw_init_port()
3453 if (ECORE_IS_CMT(p_hwfn->p_dev)) { in ecore_hw_init_port()
3777 if ((p_params->int_mode == ECORE_INT_MODE_MSI) && ECORE_IS_CMT(p_dev)) { in ecore_hw_init()
[all …]
HDecore.h908 #define ECORE_IS_CMT(dev) ((dev)->num_hwfns > 1) macro
HDecore_sriov.c1643 if (ECORE_IS_CMT(p_hwfn->p_dev)) in ecore_iov_vf_mbx_acquire_resc_cids()
1811 if (ECORE_IS_CMT(p_hwfn->p_dev) && in ecore_iov_vf_mbx_acquire()
1841 if (ECORE_IS_CMT(p_hwfn->p_dev)) in ecore_iov_vf_mbx_acquire()
HDecore_vf.c643 ECORE_IS_CMT(p_hwfn->p_dev)) { in ecore_vf_hw_prepare()
HDecore_mcp.c810 if (ECORE_IS_CMT(p_hwfn->p_dev)) in ecore_mcp_mf_workaround()