Searched defs:BNXE_LOCK_EXIT_STATS (Results 1 – 2 of 2) sorted by relevance
86 void BNXE_LOCK_EXIT_STATS (um_device_t * pUM) { mutex_exit(&pUM->kstatMutex); … in BNXE_LOCK_EXIT_STATS() function
976 #define BNXE_LOCK_EXIT_STATS(pUM) mutex_exit(&(pUM)->kstatMutex) macro