Searched defs:PORT_LOCK_ASSERT_OWNED (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h419 #define PORT_LOCK_ASSERT_OWNED(port) mtx_assert(&(port)->lock, MA_OWNED) macro
/freebsd-11-stable/sys/dev/cxgbe/
H A Dadapter.h908 #define PORT_LOCK_ASSERT_OWNED(pi) mtx_assert(&(pi)->pi_lock, MA_OWNED) macro

Completed in 74 milliseconds