Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1380 *set_flags |= IDC_EVENT; in ql_async_event()
1397 *set_flags |= IDC_EVENT; in ql_async_event()
H A Dql_api.c8196 if (ha->task_daemon_flags & IDC_EVENT) { in ql_task_thread()
8197 ha->task_daemon_flags &= ~IDC_EVENT; in ql_task_thread()
9729 set_flags |= IDC_EVENT; in ql_timer()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1737 #define IDC_EVENT BIT_30 macro