Home
last modified time | relevance | path

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

/freebsd/sys/dev/my/
H A Dif_my.c434 MY_UNLOCK(sc); in my_autoneg_mii()
847 MY_UNLOCK(sc); in my_attach()
925 MY_UNLOCK(sc); in my_attach()
930 MY_UNLOCK(sc); in my_attach()
940 MY_UNLOCK(sc); in my_attach()
980 MY_UNLOCK(sc); in my_detach()
1039 MY_UNLOCK(sc); in my_list_rx_init()
1159 MY_UNLOCK(sc); in my_rxeof()
1258 MY_UNLOCK(sc); in my_intr()
1303 MY_UNLOCK(sc); in my_intr()
[all …]
H A Dif_myreg.h382 #define MY_UNLOCK(_sc) mtx_unlock(&(_sc)->my_mtx) macro