Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_timer.c49 BNXE_LOCK_ENTER_TIMER(pUM); in BnxeTimer()
94 BNXE_LOCK_ENTER_TIMER(pUM); in BnxeTimerStop()
H A Dbnxe_lock.c83 void BNXE_LOCK_ENTER_TIMER (um_device_t * pUM) { mutex_enter(&pUM->timerMutex); … in BNXE_LOCK_ENTER_TIMER() function
H A Dbnxe.h973 #define BNXE_LOCK_ENTER_TIMER(pUM) mutex_enter(&(pUM)->timerMutex) macro
1018 void BNXE_LOCK_ENTER_TIMER(um_device_t * pUM);