Home
last modified time | relevance | path

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

/freebsd/sys/dev/sge/
H A Dif_sge.c673 SGE_LOCK(sc); in sge_detach()
705 SGE_LOCK(sc); in sge_shutdown()
718 SGE_LOCK(sc); in sge_suspend()
733 SGE_LOCK(sc); in sge_resume()
1207 SGE_LOCK(sc); in sge_rxeof()
1327 SGE_LOCK(sc); in sge_intr()
1549 SGE_LOCK(sc); in sge_start()
1608 SGE_LOCK(sc); in sge_init()
1710 SGE_LOCK(sc); in sge_ifmedia_upd()
1730 SGE_LOCK(sc); in sge_ifmedia_sts()
[all …]
H A Dif_sgereg.h365 #define SGE_LOCK(_sc) mtx_lock(&(_sc)->sge_mtx) macro