Home
last modified time | relevance | path

Searched refs:STMF_EVENT_ENABLED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h43 #define STMF_EVENT_ENABLED(h, e) (((h) & ((uint32_t)1) << (e)) != 0) macro
H A Dstmf.c7411 if (STMF_EVENT_ENABLED(ilu->ilu_event_hdl, eventid) && in stmf_generate_lu_event()
7421 if (STMF_EVENT_ENABLED(ilport->ilport_event_hdl, eventid) && in stmf_generate_lport_event()