Searched defs:BNXE_LOCK_EXIT_TOE (Results 1 – 2 of 2) sorted by relevance
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