Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm_l4.c63 BNXE_LOCK_EXIT_TOE((um_device_t *)pDev); in MM_RELEASE_TOE_LOCK()
H A Dbnxe_lock.c72 void BNXE_LOCK_EXIT_TOE (um_device_t * pUM) { mutex_exit(&pUM->toeMutex); … in BNXE_LOCK_EXIT_TOE() function
H A Dbnxe.h962 #define BNXE_LOCK_EXIT_TOE(pUM) mutex_exit(&(pUM)->toeMutex) macro