Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_main.c943 ADAPTER_UNLOCK(sc); in t3_os_ext_intr_handler()
1173 ADAPTER_UNLOCK(sc); in cxgb_down_locked()
1209 ADAPTER_UNLOCK(p->adapter); in cxgb_init_locked()
1218 ADAPTER_UNLOCK(p->adapter); in cxgb_init_locked()
1268 ADAPTER_UNLOCK(p->adapter); in cxgb_stop_locked()
1576 ADAPTER_UNLOCK(sc); in cxgb_ext_intr_handler()
1654 ADAPTER_UNLOCK(sc); in cxgb_tick_handler()
Dcxgb_adapter.h413 #define ADAPTER_UNLOCK(adap) sx_xunlock(&(adap)->lock); macro
425 #define ADAPTER_UNLOCK(adap) mtx_unlock(&(adap)->lock); macro