Symbol: func_mf_cfg
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
1380
mf_info->func_mf_cfg,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
1395
if (GET_FLAGS(mf_info->func_mf_cfg, FUNC_MF_CFG_FUNC_HIDE))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
1583
if (GET_FLAGS(mf_info->func_mf_cfg, FUNC_MF_CFG_PROTOCOL_MASK) == FUNC_MF_CFG_PROTOCOL_ISCSI)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
1587
else if (GET_FLAGS(mf_info->func_mf_cfg, FUNC_MF_CFG_PROTOCOL_MASK) == FUNC_MF_CFG_PROTOCOL_FCOE)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
2256
mf_info->func_mf_cfg = val;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
4006
if (GET_FLAGS(pdev->hw_info.mf_info.func_mf_cfg , FUNC_MF_CFG_FUNC_HIDE))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_access.c
85
if (!GET_FLAGS(pdev->hw_info.mf_info.func_mf_cfg , FUNC_MF_CFG_FUNC_HIDE))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_attn.c
1189
pdev->hw_info.mf_info.func_mf_cfg = val ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_attn.c
1196
if( GET_FLAGS( pdev->hw_info.mf_info.func_mf_cfg, FUNC_MF_CFG_FUNC_DISABLED ) )
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_attn.c
1422
pdev->hw_info.mf_info.func_mf_cfg = config ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
460
pdev->hw_info.mf_info.func_mf_cfg = func_mf_config ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_phy.c
696
if (IS_MULTI_VNIC(pdev) && (GET_FLAGS(pdev->hw_info.mf_info.func_mf_cfg, FUNC_MF_CFG_FUNC_DISABLED)) &&
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
1440
u32_t func_mf_cfg;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
1441
#define NIV_FUNCTION_ENABLED(_pdev) (GET_FLAGS((_pdev)->hw_info.mf_info.func_mf_cfg, FUNC_MF_CFG_FUNC_DISABLED|FUNC_MF_CFG_FUNC_DELETED)==0)
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mcp_shmem.h
20
typedef struct func_mf_cfg func_mf_cfg_t;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
506
struct func_mf_cfg func_mf_config[E1H_FUNC_MAX]; /* 0x18 * 8 = 0xc0 */