Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Dif_dc.c2537 DC_UNLOCK(sc); in dc_detach()
2956 DC_UNLOCK(sc); in dc_rxeof()
3226 DC_UNLOCK(sc); in dc_poll()
3245 DC_UNLOCK(sc); in dc_poll()
3271 DC_UNLOCK(sc); in dc_poll()
3292 DC_UNLOCK(sc); in dc_intr()
3298 DC_UNLOCK(sc); in dc_intr()
3348 DC_UNLOCK(sc); in dc_intr()
3360 DC_UNLOCK(sc); in dc_intr()
3506 DC_UNLOCK(sc); in dc_start()
[all …]
H A Dif_dcreg.h782 #define DC_UNLOCK(_sc) mtx_unlock(&(_sc)->dc_mtx) macro