Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/xl/
Dif_xl.c1210 XL_LOCK(sc); in xl_attach()
1507 XL_LOCK(sc); in xl_choose_media()
1584 XL_LOCK(sc); in xl_detach()
1940 XL_LOCK(sc); in xl_rxeof()
1983 XL_LOCK(sc); in xl_rxeof_task()
2160 XL_LOCK(sc); in xl_intr()
2225 XL_LOCK(sc); in xl_poll()
2442 XL_LOCK(sc); in xl_start()
2674 XL_LOCK(sc); in xl_init()
2894 XL_LOCK(sc); in xl_ifmedia_upd()
[all …]
Dif_xlreg.h625 #define XL_LOCK(_sc) mtx_lock(&(_sc)->xl_mtx) macro