Home
last modified time | relevance | path

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

/freebsd/sys/dev/ste/
H A Dif_ste.c309 STE_LOCK(sc); in ste_ifmedia_upd()
328 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()
1072 STE_LOCK(sc); in ste_detach()
1489 STE_LOCK(sc); in ste_init()
1743 STE_LOCK(sc); in ste_ioctl()
1758 STE_LOCK(sc); in ste_ioctl()
1769 STE_LOCK(sc); in ste_ioctl()
[all …]
H A Dif_stereg.h593 #define STE_LOCK(_sc) mtx_lock(&(_sc)->ste_mtx) macro