Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1703 ADAPTER_UNLOCK(sc); in begin_synchronized_op()
1707 ADAPTER_UNLOCK(sc); in begin_synchronized_op()
1724 ADAPTER_UNLOCK(sc); in end_synchronized_op()
H A Dadapter.h595 #define ADAPTER_UNLOCK(sc) mutex_exit(&(sc)->lock) macro