Searched refs:BNXE_LOCK_EXIT_TOE (Results 1 – 3 of 3) sorted by relevance
63 BNXE_LOCK_EXIT_TOE((um_device_t *)pDev); in MM_RELEASE_TOE_LOCK()
72 void BNXE_LOCK_EXIT_TOE (um_device_t * pUM) { mutex_exit(&pUM->toeMutex); … in BNXE_LOCK_EXIT_TOE() function
962 #define BNXE_LOCK_EXIT_TOE(pUM) mutex_exit(&(pUM)->toeMutex) macro