Home
last modified time | relevance | path

Searched refs:bnxeLoaderMutex (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_debug.c224 mutex_enter(&bnxeLoaderMutex); in BnxeDumpMem()
249 mutex_exit(&bnxeLoaderMutex); in BnxeDumpMem()
263 mutex_enter(&bnxeLoaderMutex); in BnxeDumpPkt()
308 mutex_exit(&bnxeLoaderMutex); in BnxeDumpPkt()
H A Dbnxe_main.c57 kmutex_t bnxeLoaderMutex; variable
1294 mutex_init(&bnxeLoaderMutex, NULL, MUTEX_DRIVER, NULL); in _init()
1310 mutex_destroy(&bnxeLoaderMutex); in _fini()
H A Dbnxe_gld.c518 mutex_enter(&bnxeLoaderMutex); in BnxeMacStart()
520 mutex_exit(&bnxeLoaderMutex); in BnxeMacStart()
547 mutex_enter(&bnxeLoaderMutex); in BnxeMacStop()
549 mutex_exit(&bnxeLoaderMutex); in BnxeMacStop()
H A Dbnxe_mm.c1368 mutex_enter(&bnxeLoaderMutex); in MM_ACQUIRE_LOADER_LOCK_IMP()
1374 mutex_exit(&bnxeLoaderMutex); in MM_RELEASE_LOADER_LOCK_IMP()
H A Dbnxe.h924 extern kmutex_t bnxeLoaderMutex;