Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h1622 u8 mf_mode; member
1623 #define IS_MF(bp) (bp->mf_mode != 0)
1624 #define IS_MF_SI(bp) (bp->mf_mode == MULTI_FUNCTION_SI)
1625 #define IS_MF_SD(bp) (bp->mf_mode == MULTI_FUNCTION_SD)
1626 #define IS_MF_AFEX(bp) (bp->mf_mode == MULTI_FUNCTION_AFEX)
Dbnx2x_cmn.h927 start_params->mf_mode = bp->mf_mode; in bnx2x_func_start()
Dbnx2x_sp.h1166 u16 mf_mode; member
Dbnx2x_main.c7638 switch (bp->mf_mode) { in bnx2x_init_hw_port()
7783 if (bp->mf_mode == SINGLE_FUNCTION) { in bnx2x_reset_nic_mode()
7821 if (bp->mf_mode == SINGLE_FUNCTION) { in bnx2x_reset_nic_mode()
11650 bp->mf_mode = MULTI_FUNCTION_SI; in validate_set_si_mode()
11747 bp->mf_mode = 0; in bnx2x_get_hwinfo()
11786 bp->mf_mode = MULTI_FUNCTION_AFEX; in bnx2x_get_hwinfo()
11800 bp->mf_mode = MULTI_FUNCTION_SD; in bnx2x_get_hwinfo()
11807 bp->mf_mode = MULTI_FUNCTION_SD; in bnx2x_get_hwinfo()
11843 switch (bp->mf_mode) { in bnx2x_get_hwinfo()
12028 switch (bp->mf_mode) { in bnx2x_set_modes_bitmap()
Dbnx2x_vfpf.c370 bp->mf_mode = 0; in bnx2x_vfpf_acquire()
Dbnx2x_hsi.h5529 enum mf_mode { enum
Dbnx2x_sp.c5668 rdata->function_mode = (u8)start_params->mf_mode; in bnx2x_func_send_start()