Searched defs:BNXE_LOCK_EXIT_TIMER (Results 1 – 2 of 2) sorted by relevance
84 void BNXE_LOCK_EXIT_TIMER (um_device_t * pUM) { mutex_exit(&pUM->timerMutex); … in BNXE_LOCK_EXIT_TIMER() function
974 #define BNXE_LOCK_EXIT_TIMER(pUM) mutex_exit(&(pUM)->timerMutex) macro