Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/sbni/
HDif_sbni.c267 SBNI_UNLOCK(sc); in sbni_detach()
298 SBNI_UNLOCK(sc); in sbni_init()
332 SBNI_UNLOCK(sc); in sbni_start()
392 SBNI_UNLOCK(sc); in sbni_intr()
400 SBNI_UNLOCK(sc->slave_sc); in sbni_intr()
910 SBNI_UNLOCK(sc); in indicate_pkt()
1122 SBNI_UNLOCK(sc); in sbni_ioctl()
1146 SBNI_UNLOCK(sc); in sbni_ioctl()
1155 SBNI_UNLOCK(sc); in sbni_ioctl()
1183 SBNI_UNLOCK(sc); in sbni_ioctl()
[all …]
HDif_sbnivar.h126 #define SBNI_UNLOCK(sc) mtx_unlock(&(sc)->lock) macro