Searched defs:BNXE_LOCK_EXIT_SPREQ (Results 1 – 2 of 2) sorted by relevance
66 void BNXE_LOCK_EXIT_SPREQ (um_device_t * pUM) { mutex_exit(&pUM->spReqMutex); } in BNXE_LOCK_EXIT_SPREQ() function
956 #define BNXE_LOCK_EXIT_SPREQ(pUM) mutex_exit(&(pUM)->spReqMutex) macro