Home
last modified time | relevance | path

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

/freebsd/sys/dev/fxp/
H A Dif_fxp.c913 FXP_UNLOCK(sc); in fxp_attach()
1010 FXP_UNLOCK(sc); in fxp_detach()
1080 FXP_UNLOCK(sc); in fxp_suspend()
1118 FXP_UNLOCK(sc); in fxp_resume()
1324 FXP_UNLOCK(sc); in fxp_start()
1672 FXP_UNLOCK(sc); in fxp_poll()
1683 FXP_UNLOCK(sc); in fxp_poll()
1693 FXP_UNLOCK(sc); in fxp_poll()
1710 FXP_UNLOCK(sc); in fxp_intr()
1716 FXP_UNLOCK(sc); in fxp_intr()
[all …]
H A Dif_fxpvar.h111 #define FXP_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro