Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ste/
HDif_ste.c311 STE_LOCK(sc); in ste_ifmedia_upd()
330 STE_LOCK(sc); in ste_ifmedia_sts()
465 STE_LOCK(sc); in ste_poll()
511 STE_LOCK(sc); in ste_intr()
653 STE_LOCK(sc); in ste_rxeof()
1078 STE_LOCK(sc); in ste_detach()
1497 STE_LOCK(sc); in ste_init()
1751 STE_LOCK(sc); in ste_ioctl()
1766 STE_LOCK(sc); in ste_ioctl()
1777 STE_LOCK(sc); in ste_ioctl()
[all …]
HDif_stereg.h593 #define STE_LOCK(_sc) mtx_lock(&(_sc)->ste_mtx) macro