HomeSort by: relevance | last modified time | path
    Searched refs:PORT_LOCK_ASSERT_OWNED (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_adapter.h 410 #define PORT_LOCK_ASSERT_OWNED(port) sx_assert(&(port)->lock, SA_LOCKED)
422 #define PORT_LOCK_ASSERT_OWNED(port) mtx_assert(&(port)->lock, MA_OWNED)
cxgb_main.c 1204 PORT_LOCK_ASSERT_OWNED(p);
1240 PORT_LOCK_ASSERT_OWNED(p);
1251 PORT_LOCK_ASSERT_OWNED(p);

Completed in 149 milliseconds