Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
Dcxgb_tom.c207 ADAPTER_LOCK_ASSERT_OWNED(sc); /* for sc->flags */ in t3_tom_activate()
300 ADAPTER_LOCK_ASSERT_OWNED(sc); /* for sc->flags */ in t3_tom_deactivate()
/freebsd-10-stable/sys/dev/cxgb/
Dcxgb_adapter.h424 #define ADAPTER_LOCK_ASSERT_OWNED(adap) mtx_assert(&(adap)->lock, MA_OWNED) macro
Dcxgb_main.c1682 ADAPTER_LOCK_ASSERT_OWNED(sc); in cxgb_init_locked()
1760 ADAPTER_LOCK_ASSERT_OWNED(sc); in cxgb_uninit_locked()
3329 ADAPTER_LOCK_ASSERT_OWNED(sc); in toe_capability()
/freebsd-10-stable/sys/dev/cxgbe/
Dadapter.h854 #define ADAPTER_LOCK_ASSERT_OWNED(sc) mtx_assert(&(sc)->sc_lock, MA_OWNED) macro
Dt4_main.c3974 ADAPTER_LOCK_ASSERT_OWNED(sc); in end_synchronized_op()