Home
last modified time | relevance | path

Searched defs:WPI_NT_UNLOCK (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/netif/wpi/
H A Dif_wpivar.h304 #define WPI_NT_UNLOCK(_sc) lockmgr(&(_sc)->nt_mtx, LK_RELEASE) macro
345 #define WPI_NT_UNLOCK(_sc) mtx_unlock(&(_sc)->nt_mtx) macro