Home
last modified time | relevance | path

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

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