Home
last modified time | relevance | path

Searched refs:ADAPTER_UNLOCK (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c728 ADAPTER_UNLOCK(sc); in cxgb_free()
1097 ADAPTER_UNLOCK(sc); in cxgb_port_detach()
1120 ADAPTER_UNLOCK(sc); in cxgb_port_detach()
1710 ADAPTER_UNLOCK(sc); in cxgb_init_locked()
1753 ADAPTER_UNLOCK(sc); in cxgb_init_locked()
1777 ADAPTER_UNLOCK(sc); in cxgb_uninit_locked()
1786 ADAPTER_UNLOCK(sc); in cxgb_uninit_locked()
1900 ADAPTER_UNLOCK(sc); in cxgb_ioctl()
1944 ADAPTER_UNLOCK(sc); in cxgb_ioctl()
2046 ADAPTER_UNLOCK(sc); in cxgb_ioctl()
[all …]
H A Dcxgb_adapter.h421 #define ADAPTER_UNLOCK(adap) mtx_unlock(&(adap)->lock); macro
/freebsd/sys/dev/cxgbe/
H A Dadapter.h1042 #define ADAPTER_UNLOCK(sc) mtx_unlock(&(sc)->sc_lock) macro
H A Dt4_main.c6281 ADAPTER_UNLOCK(sc); in begin_synchronized_op()
6305 ADAPTER_UNLOCK(sc); in begin_vi_detach()
6316 ADAPTER_UNLOCK(sc); in end_vi_detach()
6334 ADAPTER_UNLOCK(sc); in end_synchronized_op()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c606 ADAPTER_UNLOCK(sc); in t4_listen_start()