Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h596 #define ADAPTER_LOCK_ASSERT_OWNED(sc) ASSERT(mutex_owned(&(sc)->lock)) macro
H A Dt4_mac.c1719 ADAPTER_LOCK_ASSERT_OWNED(sc); in end_synchronized_op()