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);
249 mutex_exit(&bnxeLoaderMutex);
263 mutex_enter(&bnxeLoaderMutex);
308 mutex_exit(&bnxeLoaderMutex);
H A Dbnxe_main.c57 kmutex_t bnxeLoaderMutex; variable
1294 mutex_init(&bnxeLoaderMutex, NULL, MUTEX_DRIVER, NULL);
1310 mutex_destroy(&bnxeLoaderMutex);
H A Dbnxe_gld.c537 mutex_enter(&bnxeLoaderMutex);
539 mutex_exit(&bnxeLoaderMutex);
566 mutex_enter(&bnxeLoaderMutex);
568 mutex_exit(&bnxeLoaderMutex);
H A Dbnxe_mm.c1368 mutex_enter(&bnxeLoaderMutex);
1374 mutex_exit(&bnxeLoaderMutex);
H A Dbnxe.h919 extern kmutex_t bnxeLoaderMutex;

Completed in 83 milliseconds