Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xl.c1197 XL_UNLOCK(sc); in xl_attach()
1529 XL_UNLOCK(sc); in xl_choose_media()
1568 XL_UNLOCK(sc); in xl_detach()
1918 XL_UNLOCK(sc); in xl_rxeof()
1966 XL_UNLOCK(sc); in xl_rxeof_task()
2144 XL_UNLOCK(sc); in xl_intr()
2195 XL_UNLOCK(sc); in xl_intr()
2208 XL_UNLOCK(sc); in xl_poll()
2429 XL_UNLOCK(sc); in xl_start()
2656 XL_UNLOCK(sc); in xl_init()
[all …]
H A Dif_xlreg.h623 #define XL_UNLOCK(_sc) mtx_unlock(&(_sc)->xl_mtx) macro