Home
last modified time | relevance | path

Searched refs:IS_MF_DEFAULT (Results 1 – 2 of 2) 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()
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()
4985 if (IS_MF_DEFAULT(p_hwfn) && ECORE_IS_BB(p_hwfn->p_dev)) { in ecore_llh_set_function_as_default()
H A Decore.h771 #define IS_MF_DEFAULT(_p_hwfn) (((_p_hwfn)->p_dev)->mf_mode == ECORE_MF_DEFAULT) macro