Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c1456 QL_UB_LOCK(ha); in ql_isp_rcvbuf()
1549 QL_UB_LOCK(ha); in ql_isp24xx_rcvbuf()
1576 QL_UB_LOCK(ha); in ql_isp24xx_rcvbuf()
H A Dql_api.c2120 QL_UB_LOCK(ha); in ql_detach()
2134 QL_UB_LOCK(ha); in ql_detach()
2140 QL_UB_LOCK(ha); in ql_detach()
3620 QL_UB_LOCK(ha); in ql_ub_alloc()
3776 QL_UB_LOCK(ha); in ql_ub_free()
3794 QL_UB_LOCK(ha); in ql_ub_free()
3807 QL_UB_LOCK(ha); in ql_ub_free()
3861 QL_UB_LOCK(ha); in ql_ub_release()
8221 QL_UB_LOCK(ha); in ql_done()
8962 QL_UB_LOCK(ha); in ql_unsol_callback()
[all …]
H A Dql_mbx.c514 QL_UB_LOCK(ha); in ql_shutdown_ip()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2253 #define QL_UB_LOCK(ha) mutex_enter(&ha->pha->ub_mutex) macro