Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c3333 ha->flags &= ~FDISC_ENABLED; in ql_configure_hba()
3364 ha->flags |= FDISC_ENABLED; in ql_configure_hba()
3369 ha->flags |= FDISC_ENABLED; in ql_configure_hba()
H A Dql_api.c2650 if (!(ha->flags & FDISC_ENABLED)) { in ql_bind_port()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1954 #define FDISC_ENABLED (uint64_t)BIT_14 macro