Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c287 if (IS_MF(bp) && !BP_NOMCP(bp)) in bnx2x_get_link_ksettings()
2010 if (IS_MF(bp)) in bnx2x_set_pauseparam()
2150 if (IS_MF(bp)) in bnx2x_set_eee()
3037 if (!IS_MF(bp)) in bnx2x_self_test()
3052 if ((etest->flags & ETH_TEST_FL_OFFLINE) && !IS_MF(bp)) { in bnx2x_self_test()
3109 if (!IS_MF(bp)) in bnx2x_self_test()
3123 if (!IS_MF(bp)) in bnx2x_self_test()
3221 if (!IS_MF(bp)) in bnx2x_get_strings()
H A Dbnx2x_main.c1616 if (IS_MF(bp)) { in bnx2x_hc_int_enable()
1677 if (IS_MF(bp)) { in bnx2x_igu_int_enable()
2528 if (IS_MF(bp)) in bnx2x_get_cmng_fns_mode()
2678 if (IS_MF(bp)) in bnx2x_link_attn()
3554 if (!IS_MF(bp)) { in bnx2x_config_mf_bw()
4334 if (IS_MF(bp)) in bnx2x_attn_int_deasserted3()
7560 if (IS_MF(bp)) in bnx2x_init_hw_port()
8094 if (IS_MF(bp)) { in bnx2x_init_hw_func()
11624 if (IS_MF(bp)) { in bnx2x_shared_fcoe_funcs()
11750 if (IS_MF(bp)) { in bnx2x_get_cnic_mac_hwinfo()
[all …]
H A Dbnx2x_cmn.h1102 if (IS_MF(bp)) in bnx2x_get_path_func_num()
H A Dbnx2x.h1552 #define IS_MF(bp) (bp->mf_mode != 0) macro
2222 #define BNX2X_NUM_TESTS(bp) (IS_MF(bp) ? BNX2X_NUM_TESTS_MF : \
H A Dbnx2x_stats.c1693 if (bp->port.pmf && IS_MF(bp)) { in bnx2x_save_statistics()
H A Dbnx2x_dcb.c794 if (IS_MF(bp)) in bnx2x_dcbx_set_params()
H A Dbnx2x_cmn.c1186 if (IS_MF(bp)) { in bnx2x_get_mf_speed()