Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c4026 DEVICE_QUEUE_UNLOCK(tq); in ql_abort()
4045 DEVICE_QUEUE_UNLOCK(tq); in ql_abort()
4059 DEVICE_QUEUE_UNLOCK(tq); in ql_abort()
4067 DEVICE_QUEUE_UNLOCK(tq); in ql_abort()
5145 DEVICE_QUEUE_UNLOCK(tq); in ql_cmd_setup()
5150 DEVICE_QUEUE_UNLOCK(tq); in ql_cmd_setup()
5358 DEVICE_QUEUE_UNLOCK(tq); in ql_els_plogi()
5409 DEVICE_QUEUE_UNLOCK(tq); in ql_els_plogi()
5557 DEVICE_QUEUE_UNLOCK(tq); in ql_p2p_plogi()
5736 DEVICE_QUEUE_UNLOCK(tq); in ql_els_logo()
[all …]
H A Dql_isr.c1545 DEVICE_QUEUE_UNLOCK(tq); in ql_fast_fcp_post()
2528 DEVICE_QUEUE_UNLOCK(tq); in ql_status_error()
2910 DEVICE_QUEUE_UNLOCK(tq); in ql_ip_entry()
3212 DEVICE_QUEUE_UNLOCK(tq); in ql_ms_entry()
3241 DEVICE_QUEUE_UNLOCK(tq); in ql_ms_entry()
3264 DEVICE_QUEUE_UNLOCK(tq); in ql_ms_entry()
3537 DEVICE_QUEUE_UNLOCK(tq); in ql_els_passthru_entry()
H A Dql_init.c3515 DEVICE_QUEUE_UNLOCK(tq); in ql_configure_device_d_id()
4172 DEVICE_QUEUE_UNLOCK(tq); in ql_abort_isp()
4334 DEVICE_QUEUE_UNLOCK(tq); in ql_requeue_all_cmds()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2222 #define DEVICE_QUEUE_UNLOCK(q) mutex_exit(&q->mutex) macro