Home
last modified time | relevance | path

Searched refs:VP_ENABLED (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c2728 if (ha->flags & VP_ENABLED) { in ql_init_rings()
2758 if (vha->flags & VP_ENABLED) { in ql_init_rings()
3042 (!(vha->flags & VP_ENABLED) || in ql_configure_loop()
4485 ha->flags |= VP_ENABLED; in ql_vport_enable()
H A Dql_mbx.c807 if (ha->flags & VP_ENABLED) { in ql_send_change_request()
866 if (ha->flags & VP_ENABLED) { in ql_send_lfa()
3526 mcp->mb[0] = (uint16_t)(ha->flags & VP_ENABLED ? in ql_init_firmware()
3689 if (ha->flags & VP_ENABLED) { in ql_get_adapter_id()
H A Dql_isr.c1131 mb[3] = (uint16_t)(ha->flags & VP_ENABLED ? in ql_async_event()
1205 mb[3] = (uint16_t)(ha->flags & VP_ENABLED ? in ql_async_event()
H A Dql_api.c1193 ha->flags |= VP_ENABLED; in ql_attach()
1219 ha->flags |= VP_ENABLED; in ql_attach()
1257 ha->flags |= VP_ENABLED | MULTI_QUEUE; in ql_attach()
1291 ha->flags |= VP_ENABLED | MULTI_QUEUE | in ql_attach()
1315 ha->flags |= VP_ENABLED; in ql_attach()
1340 ha->flags |= VP_ENABLED; in ql_attach()
2640 if (!(ha->flags & VP_ENABLED)) { in ql_bind_port()
2691 if (vha->vp_index != 0 && !(vha->flags & VP_ENABLED)) { in ql_bind_port()
2816 if (ha->vp_index != 0 && ha->flags & VP_ENABLED) { in ql_unbind_port()
2824 flgs = FCA_BOUND | VP_ENABLED; in ql_unbind_port()
H A Dql_xioctl.c383 if (ha->flags & VP_ENABLED) { in ql_sdm_ioctl()
409 if (vha == NULL || !(vha->flags & VP_ENABLED)) { in ql_sdm_ioctl()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1953 #define VP_ENABLED (uint64_t)BIT_13 macro
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c326 if ((qlstate->flags & VP_ENABLED) && in qlclinks_dcmd()