Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h1548 #define IS_MF_SI(bp) (bp->mf_mode == MULTI_FUNCTION_SI) macro
2444 #define IS_MF_ISCSI_SI(bp) (IS_MF_SI(bp) && BNX2X_IS_MF_EXT_PROTOCOL_ISCSI(bp))
2474 (IS_MF_SI(bp) && \
2485 #define IS_MF_PERCENT_BW(bp) (IS_MF_SI(bp) || IS_MF_UFP(bp) || IS_MF_BD(bp))
Dbnx2x_ethtool.c400 if (IS_MF_SI(bp)) { in bnx2x_set_link_ksettings()
Dbnx2x_sp.c807 if (!IS_MF_SI(bp) && !IS_MF_AFEX(bp)) in bnx2x_set_mac_in_nig()
Dbnx2x_main.c6257 if (IS_MF_SI(bp)) in bnx2x_fill_accept_flags()
/drivers/net/ethernet/qlogic/qed/
Dqed_sp_commands.c378 if (IS_MF_SI(p_hwfn)) in qed_sp_pf_start()
Dqed.h659 #define IS_MF_SI(_p_hwfn) (((_p_hwfn)->cdev)->mf_mode == QED_MF_NPAR) macro
Dqed_dev.c3462 if (!(IS_MF_SI(p_hwfn) || IS_MF_DEFAULT(p_hwfn))) in qed_llh_add_mac_filter()
3507 if (!(IS_MF_SI(p_hwfn) || IS_MF_DEFAULT(p_hwfn))) in qed_llh_remove_mac_filter()
3549 if (!(IS_MF_SI(p_hwfn) || IS_MF_DEFAULT(p_hwfn))) in qed_llh_add_protocol_filter()
3647 if (!(IS_MF_SI(p_hwfn) || IS_MF_DEFAULT(p_hwfn))) in qed_llh_remove_protocol_filter()
Dqed_ll2.c905 if ((IS_MF_DEFAULT(p_hwfn) || IS_MF_SI(p_hwfn)) && in qed_sp_ll2_rx_queue_start()