Searched defs:BNXE_LOCK_EXIT_GLD (Results 1 – 2 of 2) sorted by relevance
80 void BNXE_LOCK_EXIT_GLD (um_device_t * pUM) { mutex_exit(&pUM->gldMutex); … in BNXE_LOCK_EXIT_GLD() function
975 #define BNXE_LOCK_EXIT_GLD(pUM) mutex_exit(&(pUM)->gldMutex) macro