Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/wpi/
H A Dif_wpivar.h291 #define WPI_RXON_UNLOCK(_sc) lockmgr(&(_sc)->rxon_mtx, LK_RELEASE) macro
332 #define WPI_RXON_UNLOCK(_sc) mtx_unlock(&(_sc)->rxon_mtx) macro