Home
last modified time | relevance | path

Searched refs:XE_LOCK (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/xe/
HDif_xe.c280 XE_LOCK(scp); in xe_attach()
334 XE_LOCK(scp); in xe_init()
461 XE_LOCK(scp); in xe_start()
540 XE_LOCK(scp); in xe_ioctl()
563 XE_LOCK(scp); in xe_ioctl()
830 XE_LOCK(scp); in xe_rxintr()
861 XE_LOCK(scp); in xe_intr()
946 XE_LOCK(scp); in xe_media_change()
979 XE_LOCK(scp); in xe_media_status()
HDif_xevar.h72 #define XE_LOCK(sc) mtx_lock(&(sc)->lock) macro
HDif_xe_pccard.c330 XE_LOCK(sc); in xe_pccard_detach()