Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c2653 if (ha->flags & VP_ENABLED) { in ql_init_rings()
2680 if (vha->flags & VP_ENABLED) { in ql_init_rings()
2931 vha->vp_index != 0 && !(vha->flags & VP_ENABLED)) { in ql_configure_loop()
4210 ha->flags |= VP_ENABLED; in ql_vport_enable()
H A Dql_mbx.c808 if (ha->flags & VP_ENABLED) { in ql_send_change_request()
867 if (ha->flags & VP_ENABLED) { in ql_send_lfa()
3383 mcp->mb[0] = (uint16_t)(ha->flags & VP_ENABLED ? in ql_init_firmware()
3509 if (ha->flags & VP_ENABLED) { in ql_get_adapter_id()
H A Dql_isr.c1094 mb[3] = (uint16_t)(ha->flags & VP_ENABLED ? in ql_async_event()
1165 mb[3] = (uint16_t)(ha->flags & VP_ENABLED ? in ql_async_event()
H A Dql_api.c1117 ha->flags |= VP_ENABLED; in ql_attach()
1140 ha->flags |= VP_ENABLED; in ql_attach()
1160 ha->flags |= VP_ENABLED; in ql_attach()
2354 if (!(ha->flags & VP_ENABLED)) { in ql_bind_port()
2408 if (vha->vp_index != 0 && !(vha->flags & VP_ENABLED)) { in ql_bind_port()
2536 if (ha->vp_index != 0 && ha->flags & VP_ENABLED) { in ql_unbind_port()
2544 flgs = FCA_BOUND | VP_ENABLED; in ql_unbind_port()
H A Dql_xioctl.c369 if (ha->flags & VP_ENABLED) { in ql_sdm_ioctl()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1699 #define VP_ENABLED BIT_13 macro
/titanic_41/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c308 if ((qlstate->flags & VP_ENABLED) && in qlclinks_dcmd()