Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c3043 vha->flags & VP_ID_NOT_ACQUIRED)) { in ql_configure_loop()
4486 ha->flags &= ~VP_ID_NOT_ACQUIRED; in ql_vport_enable()
4500 if (ha->flags & VP_ID_NOT_ACQUIRED) { in ql_vport_enable()
H A Dql_isr.c3350 vha->flags &= ~VP_ID_NOT_ACQUIRED; in ql_report_id_entry()
3368 vha->flags |= VP_ID_NOT_ACQUIRED; in ql_report_id_entry()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1958 #define VP_ID_NOT_ACQUIRED (uint64_t)BIT_17 macro