Home
last modified time | relevance | path

Searched refs:RL_UNLOCK (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/rl/
H A Dif_rl.c735 RL_UNLOCK(sc); in rl_attach()
878 RL_UNLOCK(sc); in rl_detach()
1214 RL_UNLOCK(sc); in rl_rxeof()
1436 RL_UNLOCK(sc); in rl_poll()
1513 RL_UNLOCK(sc); in rl_intr()
1530 RL_UNLOCK(sc); in rl_intr()
1610 RL_UNLOCK(sc); in rl_start()
1669 RL_UNLOCK(sc); in rl_init()
1778 RL_UNLOCK(sc); in rl_ifmedia_upd()
1798 RL_UNLOCK(sc); in rl_ifmedia_sts()
[all …]
H A Dif_rlreg.h939 #define RL_UNLOCK(_sc) mtx_unlock(&(_sc)->rl_mtx) macro
/freebsd/sys/dev/re/
H A Dif_re.c840 RL_UNLOCK(sc); in re_diag()
925 RL_UNLOCK(sc); in re_diag()
1555 RL_UNLOCK(sc); in re_attach()
1788 RL_UNLOCK(sc); in re_detach()
2384 RL_UNLOCK(sc); in re_rxeof()
2513 RL_UNLOCK(sc); in re_poll()
2593 RL_UNLOCK(sc); in re_int_task()
2599 RL_UNLOCK(sc); in re_int_task()
2635 RL_UNLOCK(sc); in re_int_task()
2658 RL_UNLOCK(sc); in re_intr_msi()
[all …]
/freebsd/sys/dev/netmap/
H A Dif_re_netmap.h60 RL_UNLOCK(adapter); in re_netmap_reg()