Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/enic/
HDenic.h72 #define ENIC_LOCK(_softc) mtx_lock(&(_softc)->enic_lock)
73 #define ENIC_UNLOCK(_softc) mtx_unlock(&(_softc)->enic_lock)
280 struct mtx enic_lock; member
HDif_enic.c270 mtx_init(&softc->enic_lock, "ENIC Lock", NULL, MTX_DEF); in enic_attach_pre()
433 mtx_destroy(&softc->enic_lock); in enic_attach_pre()