Home
last modified time | relevance | path

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

/trueos/sys/dev/de/
HDif_de.c2978 TULIP_LOCK(sc); in tulip_ifmedia_change()
3010 TULIP_LOCK(sc); in tulip_ifmedia_status()
3258 TULIP_LOCK(sc); in tulip_init()
3525 TULIP_LOCK(sc); in tulip_rx_intr()
3869 TULIP_LOCK(sc); in tulip_intr_shared()
3883 TULIP_LOCK(sc); in tulip_intr_normal()
4242 TULIP_LOCK(sc); in tulip_ifioctl()
4259 TULIP_LOCK(sc); in tulip_ifioctl()
4294 TULIP_LOCK(sc); in tulip_start()
4429 TULIP_LOCK(sc); in tulip_attach()
[all …]
HDif_devar.h931 #define TULIP_LOCK(sc) mtx_lock(TULIP_MUTEX(sc)) macro