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.c725 ADAPTER_UNLOCK(sc); in cxgb_free()
1089 ADAPTER_UNLOCK(sc); in cxgb_port_detach()
1112 ADAPTER_UNLOCK(sc); in cxgb_port_detach()
1659 ADAPTER_UNLOCK(sc); in cxgb_init_locked()
1702 ADAPTER_UNLOCK(sc); in cxgb_init_locked()
1726 ADAPTER_UNLOCK(sc); in cxgb_uninit_locked()
1735 ADAPTER_UNLOCK(sc); in cxgb_uninit_locked()
1836 ADAPTER_UNLOCK(sc); in cxgb_ioctl()
1849 ADAPTER_UNLOCK(sc); in cxgb_ioctl()
1870 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.h1043 #define ADAPTER_UNLOCK(sc) mtx_unlock(&(sc)->sc_lock) macro
H A Dt4_main.c6473 ADAPTER_UNLOCK(sc); in begin_synchronized_op()
6497 ADAPTER_UNLOCK(sc); in begin_vi_detach()
6508 ADAPTER_UNLOCK(sc); in end_vi_detach()
6526 ADAPTER_UNLOCK(sc); in end_synchronized_op()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c741 ADAPTER_UNLOCK(sc); in t4_listen_start()