Home
last modified time | relevance | path

Searched refs:REQUEST_RING_LOCK (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c87 REQUEST_RING_LOCK(ha); in ql_start_iocb()
305 REQUEST_RING_LOCK(ha); in ql_req_pkt()
H A Dql_init.c4265 REQUEST_RING_LOCK(ha); in ql_requeue_all_cmds()
H A Dql_api.c3992 REQUEST_RING_LOCK(ha); in ql_abort()
9503 REQUEST_RING_LOCK(ha); in ql_requeue_pending_cmds()
10426 REQUEST_RING_LOCK(ha); in ql_cmd_timeout()
19540 REQUEST_RING_LOCK(ha); in ql_abort_io()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2238 #define REQUEST_RING_LOCK(ha) mutex_enter(&ha->pha->req_ring_mutex) macro