Symbol: MULTI_FUNCTION_SD
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
1413
if (mf_info->mf_mode == MULTI_FUNCTION_SD)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
1888
mf_info->mf_mode = MULTI_FUNCTION_SD;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
2109
if (mf_info->mf_mode == MULTI_FUNCTION_SD)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
2181
mf_info->mf_mode = MULTI_FUNCTION_SD;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
2209
mf_info->mf_mode = MULTI_FUNCTION_SD;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
2215
mf_info->mf_mode = MULTI_FUNCTION_SD;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
2260
case MULTI_FUNCTION_SD:
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
2338
case MULTI_FUNCTION_SD:
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3385
(pdev->hw_info.mf_info.mf_mode == MULTI_FUNCTION_SD) ||
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3397
if (pdev->params.mf_mode == MULTI_FUNCTION_SD)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
2311
case MULTI_FUNCTION_SD:
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
959
#define IS_MF_SD_MODE(_pdev) (IS_MULTI_VNIC(_pdev) && ((_pdev)->params.mf_mode == MULTI_FUNCTION_SD))
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
1114
case MULTI_FUNCTION_SD:
usr/src/uts/common/io/bnxe/bnxe_kstat.c
599
(pUM->lm_dev.params.mf_mode == MULTI_FUNCTION_SD) ? "MF-SD" :