Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c123 LM_PROTO_SUPPORT_FCOE) in BnxeProtoSupport()
164 ((proto == LM_PROTO_SUPPORT_FCOE) && do_fcoe)); in BnxeProtoSupport()
171 BnxeProtoSupport(pUM, LM_PROTO_SUPPORT_FCOE)) ? B_TRUE : B_FALSE; in BnxeProtoFcoeAfex()
542 BnxeProtoSupport(pUM, LM_PROTO_SUPPORT_FCOE)) ? B_TRUE : in BnxeAttachDevice()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_devinfo.c1589 pdev->params.mf_proto_support_flags |= LM_PROTO_SUPPORT_FCOE; in lm_get_shmem_mf_cfg_info_sd()
1699 proto_support_flags |= LM_PROTO_SUPPORT_FCOE; in lm_get_shmem_ext_proto_support_flags()
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()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1291 #define LM_PROTO_SUPPORT_FCOE 0x4 macro