Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1191 vha->task_daemon_flags |= RSCN_UPDATE_NEEDED; in ql_async_event()
1193 *set_flags |= RSCN_UPDATE_NEEDED; in ql_async_event()
H A Dql_api.c8264 if (vha->task_daemon_flags & RSCN_UPDATE_NEEDED) { in ql_task_thread()
8265 vha->task_daemon_flags &= ~RSCN_UPDATE_NEEDED; in ql_task_thread()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1731 #define RSCN_UPDATE_NEEDED BIT_24 macro