Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xl.c1195 XL_LOCK(sc); in xl_attach()
1491 XL_LOCK(sc); in xl_choose_media()
1568 XL_LOCK(sc); in xl_detach()
1922 XL_LOCK(sc); in xl_rxeof()
1965 XL_LOCK(sc); in xl_rxeof_task()
2142 XL_LOCK(sc); in xl_intr()
2207 XL_LOCK(sc); in xl_poll()
2424 XL_LOCK(sc); in xl_start()
2656 XL_LOCK(sc); in xl_init()
2876 XL_LOCK(sc); in xl_ifmedia_upd()
[all …]
H A Dif_xlreg.h623 #define XL_LOCK(_sc) mtx_lock(&(_sc)->xl_mtx) macro