Home
last modified time | relevance | path

Searched defs:ADAPTER_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h421 #define ADAPTER_UNLOCK(adap) mtx_unlock(&(adap)->lock); macro
/freebsd/sys/dev/cxgbe/
H A Dadapter.h1047 #define ADAPTER_UNLOCK(sc) mtx_unlock(&(sc)->sc_lock) macro