Home
last modified time | relevance | path

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

/titanic_44/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.c537 mutex_enter(&bnxeLoaderMutex); in BnxeMacStart()
539 mutex_exit(&bnxeLoaderMutex); in BnxeMacStart()
566 mutex_enter(&bnxeLoaderMutex); in BnxeMacStop()
568 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.h919 extern kmutex_t bnxeLoaderMutex;