Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c3775 DEVICE_QUEUE_UNLOCK(tq); in ql_abort()
3794 DEVICE_QUEUE_UNLOCK(tq); in ql_abort()
3808 DEVICE_QUEUE_UNLOCK(tq); in ql_abort()
3827 DEVICE_QUEUE_UNLOCK(tq); in ql_abort()
4822 DEVICE_QUEUE_UNLOCK(tq); in ql_cmd_setup()
4827 DEVICE_QUEUE_UNLOCK(tq); in ql_cmd_setup()
5007 DEVICE_QUEUE_UNLOCK(tq); in ql_els_plogi()
5058 DEVICE_QUEUE_UNLOCK(tq); in ql_els_plogi()
5351 DEVICE_QUEUE_UNLOCK(tq); in ql_els_logo()
5358 DEVICE_QUEUE_UNLOCK(tq); in ql_els_logo()
[all …]
H A Dql_isr.c1486 DEVICE_QUEUE_UNLOCK(tq); in ql_fast_fcp_post()
2400 DEVICE_QUEUE_UNLOCK(tq); in ql_status_error()
2764 DEVICE_QUEUE_UNLOCK(tq); in ql_ip_entry()
3051 DEVICE_QUEUE_UNLOCK(tq); in ql_ms_entry()
3080 DEVICE_QUEUE_UNLOCK(tq); in ql_ms_entry()
H A Dql_init.c3288 DEVICE_QUEUE_UNLOCK(tq); in ql_configure_device_d_id()
3972 DEVICE_QUEUE_UNLOCK(tq); in ql_abort_isp()
3994 DEVICE_QUEUE_UNLOCK(tq); in ql_abort_isp()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1922 #define DEVICE_QUEUE_UNLOCK(q) mutex_exit(&q->mutex) macro