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()
1531 XL_UNLOCK(sc); in xl_choose_media()
1570 XL_UNLOCK(sc); in xl_detach()
1920 XL_UNLOCK(sc); in xl_rxeof()
1968 XL_UNLOCK(sc); in xl_rxeof_task()
2146 XL_UNLOCK(sc); in xl_intr()
2197 XL_UNLOCK(sc); in xl_intr()
2210 XL_UNLOCK(sc); in xl_poll()
2431 XL_UNLOCK(sc); in xl_start()
2658 XL_UNLOCK(sc); in xl_init()
[all …]
H A Dif_xlreg.h624 #define XL_UNLOCK(_sc) mtx_unlock(&(_sc)->xl_mtx) macro