Home
last modified time | relevance | path

Searched refs:mf_proto_support_flags (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c116 if (pUM->lm_dev.params.mf_proto_support_flags & in BnxeProtoSupport()
122 if (pUM->lm_dev.params.mf_proto_support_flags & in BnxeProtoSupport()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_devinfo.c1585 pdev->params.mf_proto_support_flags |= LM_PROTO_SUPPORT_ISCSI; in lm_get_shmem_mf_cfg_info_sd()
1589 pdev->params.mf_proto_support_flags |= LM_PROTO_SUPPORT_FCOE; in lm_get_shmem_mf_cfg_info_sd()
1593 pdev->params.mf_proto_support_flags |= LM_PROTO_SUPPORT_ETHERNET; in lm_get_shmem_mf_cfg_info_sd()
1718 pdev->params.mf_proto_support_flags = lm_get_shmem_ext_proto_support_flags(pdev); in lm_get_shmem_mf_cfg_info_si()
1748 pdev->params.mf_proto_support_flags = lm_get_shmem_ext_proto_support_flags(pdev); in lm_get_shmem_mf_cfg_info_niv()
2151 pdev->params.mf_proto_support_flags = 0; in lm_get_shmem_mf_cfg_info()
H A Dlm_hw_init_reset.c2061 GET_FLAGS(pdev->params.mf_proto_support_flags, LM_PROTO_SUPPORT_FCOE)) in lm_function_start()
3612 … if (IS_SD_UFP_MODE(pdev) && GET_FLAGS(pdev->params.mf_proto_support_flags, LM_PROTO_SUPPORT_FCOE)) in init_nig_func()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1288 u32_t mf_proto_support_flags; /* For multi-function: which protocols are supported */ member