Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1944 #define IP_ENABLED (uint64_t)BIT_6 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1957 if (ha->flags & IP_ENABLED && !(ha->flags & IP_INITIALIZED)) { in ql_attach()
2270 if (ha->flags & IP_ENABLED && in ql_detach()
2403 if (ha->flags & IP_ENABLED && !(ha->flags & IP_INITIALIZED)) { in ql_power()
3667 ha->flags |= IP_ENABLED; in ql_ub_alloc()
4646 if (pha->flags & IP_ENABLED && in ql_port_manage()
4781 if (pha->flags & IP_ENABLED && in ql_port_manage()
8226 if (ha->flags & IP_ENABLED) { in ql_done()
9815 ha->flags &= ~IP_ENABLED; in ql_free_unsolicited_buffer()
10951 if (vha->vp_index == 0 && vha->flags & IP_ENABLED && in ql_loop_online()
H A Dql_xioctl.c3567 if (ha->flags & IP_ENABLED && !(ha->flags & IP_INITIALIZED)) { in ql_diagnostic_loopback()