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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_private.h104 active_mf_mode_t mf_mode; /* TBD - require initialization */ member in struct:private_global
392 active_mf_mode_t mf_mode; member in struct:private_port
H A Decore.h869 enum ecore_mf_mode mf_mode; member in struct:ecore_dev
870 #define IS_MF_DEFAULT(_p_hwfn) (((_p_hwfn)->p_dev)->mf_mode == ECORE_MF_DEFAULT)
871 #define IS_MF_SI(_p_hwfn) (((_p_hwfn)->p_dev)->mf_mode == ECORE_MF_NPAR)
872 #define IS_MF_SD(_p_hwfn) (((_p_hwfn)->p_dev)->mf_mode == ECORE_MF_OVLAN)
H A Decore_sp_commands.c366 p_ramrod->mf_mode = MF_OVLAN;
368 p_ramrod->mf_mode = MF_NPAR;
H A Decore_dev.c5093 u32 nvm_cfg1_offset, mf_mode, addr, generic_cont0, core_cfg; local
5287 mf_mode = (generic_cont0 & NVM_CFG1_GLOB_MF_MODE_MASK) >>
5290 switch (mf_mode) {
5332 switch (mf_mode) {
5334 p_hwfn->p_dev->mf_mode = ECORE_MF_OVLAN;
5337 p_hwfn->p_dev->mf_mode = ECORE_MF_NPAR;
5340 p_hwfn->p_dev->mf_mode = ECORE_MF_DEFAULT;
5343 p_hwfn->p_dev->mf_mode = ECORE_MF_UFP;
H A Dcommon_hsi.h719 enum mf_mode enum
H A Decore_hsi_common.h1795 struct vlan_header outer_tag /* In case mf_mode is MF_OVLAN, this field specifies the outer tag protocol identifier and outer tag control information */;
1852 u8 mf_mode /* Multi function mode (use enum mf_mode) */; member in struct:pf_start_ramrod_data
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1104 uint8_t mf_mode; /* Switch-Dependent or Switch-Independent */ member in struct:bxe_mf_info
1107 ((sc)->devinfo.mf_info.mf_mode != 0))
1110 ((sc)->devinfo.mf_info.mf_mode == MULTI_FUNCTION_SD))
1113 ((sc)->devinfo.mf_info.mf_mode == MULTI_FUNCTION_SI))
1116 ((sc)->devinfo.mf_info.mf_mode == MULTI_FUNCTION_AFEX))
H A Dbxe.c10612 start_params->mf_mode = sc->devinfo.mf_info.mf_mode;
13511 if (mf_info->mf_mode == MULTI_FUNCTION_SD) {
13514 BLOGE(sc, "mf_mode=SD vnic_id=%d ovlan=%d\n",
13520 BLOGE(sc, "mf_mode=SD multi_vnics_mode=%d ovlan=%d\n",
13536 BLOGE(sc, "mf_mode=SD function %d MF config "
13556 BLOGE(sc, "mf_mode=SD functions %d and %d "
13579 mf_info->mf_mode = SINGLE_FUNCTION;
13602 mf_info->mf_mode = MULTI_FUNCTION_SI;
13617 mf_info->mf_mode
[all...]
H A Decore_sp.h1639 uint16_t mf_mode; member in struct:ecore_func_start_params
H A Decore_sp.c6234 rdata->function_mode = (uint8_t)start_params->mf_mode;
H A Decore_hsi.h11999 enum mf_mode enum

Completed in 482 milliseconds