Home
last modified time | relevance | path

Searched refs:femul_enable (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ocs_fc/
Docs_domain.c246 domain->femul_enable = (ocs->ctrlmask & OCS_CTRLMASK_ENABLE_FABRIC_EMULATION) != 0; in ocs_domain_alloc()
674 if (domain->femul_enable) { in __ocs_domain_wait_alloc()
1453 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RW, "femul_enable", "%d", domain->femul_enable); in ocs_mgmt_domain_get()
1498 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RW, "femul_enable", "%d", domain->femul_enable); in ocs_mgmt_domain_get_all()
Docs_common.h253 uint8_t femul_enable; /**< TRUE if Fabric Emulation mode is enabled */ member
Docs_sport.c739 if (!(domain->femul_enable)) { in __ocs_sport_vport_allocated()