Home
last modified time | relevance | path

Searched refs:IS_MF_SI (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dev.c1824 if (IS_MF_DEFAULT(p_hwfn) || IS_MF_SI(p_hwfn)) { in ecore_hw_init_port()
1985 if (IS_MF_SI(p_hwfn)) { in ecore_hw_init_pf()
4573 if (!(IS_MF_SI(p_hwfn) || IS_MF_DEFAULT(p_hwfn))) in ecore_llh_add_mac_filter()
4653 if (!(IS_MF_SI(p_hwfn) || IS_MF_DEFAULT(p_hwfn))) in ecore_llh_remove_mac_filter()
4742 if (!(IS_MF_SI(p_hwfn) || IS_MF_DEFAULT(p_hwfn))) in ecore_llh_add_protocol_filter()
4899 if (!(IS_MF_SI(p_hwfn) || IS_MF_DEFAULT(p_hwfn))) in ecore_llh_remove_protocol_filter()
4972 if (!(IS_MF_SI(p_hwfn) || IS_MF_DEFAULT(p_hwfn))) in ecore_llh_clear_all_filters()
H A Decore_sp_commands.c387 if (IS_MF_SI(p_hwfn)) in ecore_sp_pf_start()
H A Decore.h772 #define IS_MF_SI(_p_hwfn) (((_p_hwfn)->p_dev)->mf_mode == ECORE_MF_NPAR) macro