Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1423 ha->flags |= IDC_RESTART_NEEDED; in ql_async_event()
1445 ha->flags |= IDC_RESTART_NEEDED; in ql_async_event()
H A Dql_api.c8607 while (ha->flags & (IDC_STALL_NEEDED | IDC_RESTART_NEEDED | in ql_task_thread()
19676 ha->flags |= IDC_RESTART_NEEDED; in ql_idc()
19683 (ha->flags & IDC_RESTART_NEEDED && in ql_idc()
19686 ha->flags &= ~(IDC_RESTART_NEEDED | IDC_STALL_NEEDED | in ql_idc()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1962 #define IDC_RESTART_NEEDED (uint64_t)BIT_20 macro