Searched refs:toeMutex (Results 1 – 3 of 3) sorted by relevance
71 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()
618 kmutex_t toeMutex; member961 #define BNXE_LOCK_ENTER_TOE(pUM) mutex_enter(&(pUM)->toeMutex)962 #define BNXE_LOCK_EXIT_TOE(pUM) mutex_exit(&(pUM)->toeMutex)
272 mutex_init(&pUM->toeMutex, NULL, in BnxeMutexInit()323 mutex_destroy(&pUM->toeMutex); in BnxeMutexDestroy()