Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c282 INDX_INTR_LOCK(ha, intr); in ql_isr_aif()
612 INDX_INTR_LOCK(ha, intr); in ql_handle_uncommon_risc_intr()
1571 INDX_INTR_LOCK(ha, rsp_q->rsp_q_number); in ql_fast_fcp_post()
H A Dql_api.c19353 INDX_INTR_LOCK(ha, cnt); in ql_intr_lock()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2232 #define INDX_INTR_LOCK(ha, i) mutex_enter(&ha->pha->rsp_queues[i]->intr_mutex) macro