Home
last modified time | relevance | path

Searched defs:BNXE_LOCK_ENTER_TOE (Results 1 – 2 of 2) sorted by relevance

/titanic_44/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() function
H A Dbnxe.h961 #define BNXE_LOCK_ENTER_TOE(pUM) mutex_enter(&(pUM)->toeMutex) macro