Searched defs:BNXE_LOCK_EXIT_SPQ (Results 1 – 2 of 2) sorted by relevance
64 void BNXE_LOCK_EXIT_SPQ (um_device_t * pUM) { mutex_exit(&pUM->spqMutex); … in BNXE_LOCK_EXIT_SPQ() function
954 #define BNXE_LOCK_EXIT_SPQ(pUM) mutex_exit(&(pUM)->spqMutex) macro