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.c726 ADAPTER_UNLOCK(sc); in cxgb_free()
1090 ADAPTER_UNLOCK(sc); in cxgb_port_detach()
1113 ADAPTER_UNLOCK(sc); in cxgb_port_detach()
1660 ADAPTER_UNLOCK(sc); in cxgb_init_locked()
1703 ADAPTER_UNLOCK(sc); in cxgb_init_locked()
1727 ADAPTER_UNLOCK(sc); in cxgb_uninit_locked()
1736 ADAPTER_UNLOCK(sc); in cxgb_uninit_locked()
1837 ADAPTER_UNLOCK(sc); in cxgb_ioctl()
1850 ADAPTER_UNLOCK(sc); in cxgb_ioctl()
1871 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.h1117 #define ADAPTER_UNLOCK(sc) mtx_unlock(&(sc)->sc_lock) macro
H A Dt4_main.c6730 ADAPTER_UNLOCK(sc); in begin_synchronized_op()
6754 ADAPTER_UNLOCK(sc); in begin_vi_detach()
6765 ADAPTER_UNLOCK(sc); in end_vi_detach()
6783 ADAPTER_UNLOCK(sc); in end_synchronized_op()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c742 ADAPTER_UNLOCK(sc); in t4_listen_start()