Home
last modified time | relevance | path

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

/src/sys/dev/rge/
H A Dif_rge.c469 RGE_UNLOCK(sc); in rge_attach()
474 RGE_UNLOCK(sc); in rge_attach()
555 RGE_UNLOCK(sc); in rge_detach()
577 RGE_UNLOCK(sc); in rge_detach()
698 RGE_UNLOCK(sc); in rge_intr_msi()
760 RGE_UNLOCK(sc); in rge_intr_msi()
973 RGE_UNLOCK(sc); in rge_ioctl()
980 RGE_UNLOCK(sc); in rge_ioctl()
1030 RGE_UNLOCK(sc); in rge_ioctl()
1050 RGE_UNLOCK(sc); in rge_qflush_if()
[all …]
H A Dif_rgevar.h25 #define RGE_UNLOCK(sc) (mtx_unlock(&sc->sc_mtx)) macro