Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/net/
H A Dif_axe.c326 AXE_LOCK(sc); in axe_miibus_readreg()
357 AXE_LOCK(sc); in axe_miibus_writereg()
379 AXE_LOCK(sc); in axe_miibus_statchg()
472 AXE_LOCK(sc); in axe_ifmedia_sts()
1472 AXE_LOCK(sc); in axe_ioctl()
H A Dif_axereg.h361 #define AXE_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro