Home
last modified time | relevance | path

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

/src/sys/dev/rge/
H A Dif_rge.c467 RGE_LOCK(sc); in rge_attach()
552 RGE_LOCK(sc); in rge_detach()
566 RGE_LOCK(sc); in rge_detach()
695 RGE_LOCK(sc); in rge_intr_msi()
960 RGE_LOCK(sc); in rge_ioctl()
977 RGE_LOCK(sc); in rge_ioctl()
999 RGE_LOCK(sc); in rge_ioctl()
1048 RGE_LOCK(sc); in rge_qflush_if()
1071 RGE_LOCK(sc); in rge_transmit_if()
1099 RGE_LOCK(sc); in rge_init_if()
[all …]
H A Dif_rgevar.h24 #define RGE_LOCK(sc) (mtx_lock(&sc->sc_mtx)) macro