Home
last modified time | relevance | path

Searched refs:toeMutex (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_lock.c71 void BNXE_LOCK_ENTER_TOE (um_device_t * pUM) { mutex_enter(&pUM->toeMutex); … in BNXE_LOCK_ENTER_TOE()
72 void BNXE_LOCK_EXIT_TOE (um_device_t * pUM) { mutex_exit(&pUM->toeMutex); … in BNXE_LOCK_EXIT_TOE()
H A Dbnxe.h619 kmutex_t toeMutex; member
966 #define BNXE_LOCK_ENTER_TOE(pUM) mutex_enter(&(pUM)->toeMutex)
967 #define BNXE_LOCK_EXIT_TOE(pUM) mutex_exit(&(pUM)->toeMutex)
H A Dbnxe_main.c272 mutex_init(&pUM->toeMutex, NULL, in BnxeMutexInit()
323 mutex_destroy(&pUM->toeMutex); in BnxeMutexDestroy()