Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1508 DEVICE_QUEUE_LOCK(tq); in ql_fast_fcp_post()
2519 DEVICE_QUEUE_LOCK(tq); in ql_status_error()
2891 DEVICE_QUEUE_LOCK(tq); in ql_ip_entry()
3199 DEVICE_QUEUE_LOCK(tq); in ql_ms_entry()
3223 DEVICE_QUEUE_LOCK(tq); in ql_ms_entry()
3262 DEVICE_QUEUE_LOCK(tq); in ql_ms_entry()
3534 DEVICE_QUEUE_LOCK(tq); in ql_els_passthru_entry()
H A Dql_api.c3991 DEVICE_QUEUE_LOCK(tq); in ql_abort()
5141 DEVICE_QUEUE_LOCK(tq); in ql_cmd_setup()
5352 DEVICE_QUEUE_LOCK(tq); in ql_els_plogi()
5402 DEVICE_QUEUE_LOCK(tq); in ql_els_plogi()
5555 DEVICE_QUEUE_LOCK(tq); in ql_p2p_plogi()
5734 DEVICE_QUEUE_LOCK(tq); in ql_els_logo()
5752 DEVICE_QUEUE_LOCK(tq); in ql_els_logo()
5819 DEVICE_QUEUE_LOCK(tq); in ql_els_prli()
5859 DEVICE_QUEUE_LOCK(tq); in ql_els_prli()
6018 DEVICE_QUEUE_LOCK(tq); in ql_els_adisc()
[all …]
H A Dql_init.c3502 DEVICE_QUEUE_LOCK(tq); in ql_configure_device_d_id()
4163 DEVICE_QUEUE_LOCK(tq); in ql_abort_isp()
4321 DEVICE_QUEUE_LOCK(tq); in ql_requeue_all_cmds()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2221 #define DEVICE_QUEUE_LOCK(q) mutex_enter(&q->mutex) macro