Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c3740 DEVICE_QUEUE_LOCK(tq); in ql_abort()
4818 DEVICE_QUEUE_LOCK(tq); in ql_cmd_setup()
5001 DEVICE_QUEUE_LOCK(tq); in ql_els_plogi()
5051 DEVICE_QUEUE_LOCK(tq); in ql_els_plogi()
5349 DEVICE_QUEUE_LOCK(tq); in ql_els_logo()
5367 DEVICE_QUEUE_LOCK(tq); in ql_els_logo()
5613 DEVICE_QUEUE_LOCK(tq); in ql_els_adisc()
5622 DEVICE_QUEUE_LOCK(tq); in ql_els_adisc()
6294 DEVICE_QUEUE_LOCK(tq); in ql_busy_plogi()
6305 DEVICE_QUEUE_LOCK(tq); in ql_busy_plogi()
[all …]
H A Dql_isr.c1449 DEVICE_QUEUE_LOCK(tq); in ql_fast_fcp_post()
2391 DEVICE_QUEUE_LOCK(tq); in ql_status_error()
2745 DEVICE_QUEUE_LOCK(tq); in ql_ip_entry()
3038 DEVICE_QUEUE_LOCK(tq); in ql_ms_entry()
3062 DEVICE_QUEUE_LOCK(tq); in ql_ms_entry()
H A Dql_init.c3282 DEVICE_QUEUE_LOCK(tq); in ql_configure_device_d_id()
3959 DEVICE_QUEUE_LOCK(tq); in ql_abort_isp()
3985 DEVICE_QUEUE_LOCK(tq); in ql_abort_isp()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1921 #define DEVICE_QUEUE_LOCK(q) mutex_enter(&q->mutex) macro