Home
last modified time | relevance | path

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

/freebsd/sys/dev/ti/
H A Dif_ti.c2590 TI_UNLOCK(sc); in ti_detach()
2880 TI_UNLOCK(sc); in ti_rxeof()
2971 TI_UNLOCK(sc); in ti_intr()
2999 TI_UNLOCK(sc); in ti_intr()
3139 TI_UNLOCK(sc); in ti_start()
3204 TI_UNLOCK(sc); in ti_init()
3339 TI_UNLOCK(sc); in ti_ifmedia_upd()
3491 TI_UNLOCK(sc); in ti_ifmedia_sts()
3607 TI_UNLOCK(sc); in ti_open()
3623 TI_UNLOCK(sc); in ti_close()
[all …]
H A Dif_tireg.h1062 #define TI_UNLOCK(_sc) mtx_unlock(&(_sc)->ti_mtx) macro