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()
5557 DEVICE_QUEUE_UNLOCK(tq); in ql_p2p_plogi()
6688 DEVICE_QUEUE_UNLOCK(tq); in ql_busy_plogi()
8184 DEVICE_QUEUE_UNLOCK(tq); in ql_next()
9301 DEVICE_QUEUE_UNLOCK(tq); in ql_abort_device()
9685 DEVICE_QUEUE_UNLOCK(tq); in ql_process_rscn_for_device()
10402 DEVICE_QUEUE_UNLOCK(tq); in ql_wdg_tq_list()
[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