Searched refs:mf_mode (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_sp_commands.c338 p_ramrod->mf_mode = MF_OVLAN;
340 p_ramrod->mf_mode = MF_NPAR;
H A Dqed_dev.c4069 u32 nvm_cfg1_offset, mf_mode, addr, generic_cont0, core_cfg; local
4330 mf_mode = (generic_cont0 & NVM_CFG1_GLOB_MF_MODE_MASK) >>
4333 switch (mf_mode) {
H A Dqed_hsi.h1227 u8 mf_mode; member in struct:pf_start_ramrod_data
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h935 start_params->mf_mode = bp->mf_mode;
H A Dbnx2x.h1551 u8 mf_mode; member in struct:bnx2x
1552 #define IS_MF(bp) (bp->mf_mode != 0)
1553 #define IS_MF_SI(bp) (bp->mf_mode == MULTI_FUNCTION_SI)
1554 #define IS_MF_SD(bp) (bp->mf_mode == MULTI_FUNCTION_SD)
1555 #define IS_MF_AFEX(bp) (bp->mf_mode == MULTI_FUNCTION_AFEX)
H A Dbnx2x_sp.h1185 u16 mf_mode; member in struct:bnx2x_func_start_params
H A Dbnx2x_main.c7704 switch (bp->mf_mode) {
7850 if (bp->mf_mode == SINGLE_FUNCTION) {
7888 if (bp->mf_mode == SINGLE_FUNCTION) {
11918 bp->mf_mode = MULTI_FUNCTION_SI;
12014 bp->mf_mode = 0;
12053 bp->mf_mode = MULTI_FUNCTION_AFEX;
12067 bp->mf_mode = MULTI_FUNCTION_SD;
12074 bp->mf_mode = MULTI_FUNCTION_SD;
12098 bp->mf_mode = MULTI_FUNCTION_SD;
12134 switch (bp->mf_mode) {
[all...]
H A Dbnx2x_vfpf.c375 bp->mf_mode = 0;
H A Dbnx2x_hsi.h5684 enum mf_mode { enum
H A Dbnx2x_sp.c6149 rdata->function_mode = (u8)start_params->mf_mode;
/linux-master/include/linux/qed/
H A Dcommon_hsi.h712 enum mf_mode { enum

Completed in 316 milliseconds