Searched defs:BNXE_LOCK_ENTER_TIMER (Results 1 – 2 of 2) sorted by relevance
83 void BNXE_LOCK_ENTER_TIMER (um_device_t * pUM) { mutex_enter(&pUM->timerMutex); … in BNXE_LOCK_ENTER_TIMER() function
973 #define BNXE_LOCK_ENTER_TIMER(pUM) mutex_enter(&(pUM)->timerMutex) macro