Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_adapter.h410 #define PORT_LOCK_ASSERT_OWNED(port) sx_assert(&(port)->lock, SA_LOCKED) macro
422 #define PORT_LOCK_ASSERT_OWNED(port) mtx_assert(&(port)->lock, MA_OWNED) macro
Dcxgb_main.c1204 PORT_LOCK_ASSERT_OWNED(p); in cxgb_init_locked()
1240 PORT_LOCK_ASSERT_OWNED(p); in cxgb_set_rxmode()
1251 PORT_LOCK_ASSERT_OWNED(p); in cxgb_stop_locked()