Searched refs:enic_lock (Results 1 – 2 of 2) sorted by relevance
72 #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
270 mtx_init(&softc->enic_lock, "ENIC Lock", NULL, MTX_DEF); in enic_attach_pre()433 mtx_destroy(&softc->enic_lock); in enic_attach_pre()