Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1553 #define IS_MF_SD(bp) (bp->mf_mode == MULTI_FUNCTION_SD) macro
1556 #define IS_MF_UFP(bp) (IS_MF_SD(bp) && \
1558 #define IS_MF_BD(bp) (IS_MF_SD(bp) && \
2450 #define IS_MF_ISCSI_SD(bp) (IS_MF_SD(bp) && BNX2X_IS_MF_SD_PROTOCOL_ISCSI(bp))
2451 #define IS_MF_FCOE_SD(bp) (IS_MF_SD(bp) && BNX2X_IS_MF_SD_PROTOCOL_FCOE(bp))
2477 (IS_MF_SD(bp) && \
H A Dbnx2x_main.c3144 if (IS_MF_SD(bp)) in bnx2x_get_q_flags()
7439 REG_WR(bp, NIG_REG_LLH_E1HOV_MODE, IS_MF_SD(bp)); in bnx2x_init_hw_common()
7689 IS_MF_SD(bp) ? 7 : 6); in bnx2x_init_hw_port()
7702 (IS_MF_SD(bp) ? 0x1 : 0x2)); in bnx2x_init_hw_port()
11628 if (IS_MF_SD(bp)) { in bnx2x_shared_fcoe_funcs()
11707 } else if (!IS_MF_SD(bp)) { in bnx2x_get_fcoe_info()
11755 if (!IS_MF_SD(bp)) { in bnx2x_get_cnic_mac_hwinfo()
H A Dbnx2x_vfpf.c1514 if (IS_MF_SD(bp)) in bnx2x_vf_mbx_set_q_flags()
H A Dbnx2x_ethtool.c382 if (IS_MF_SD(bp)) in bnx2x_set_link_ksettings()
H A Dbnx2x_cmn.c2336 if (IS_MF_SD(bp) && bnx2x_port_after_undi(bp)) in bnx2x_nic_load_request()