Home
last modified time | relevance | path

Searched refs:BNXE_LOCK_EXIT_SPREQ (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_lock.c66 void BNXE_LOCK_EXIT_SPREQ (um_device_t * pUM) { mutex_exit(&pUM->spReqMutex); … in BNXE_LOCK_EXIT_SPREQ() function
H A Dbnxe.h961 #define BNXE_LOCK_EXIT_SPREQ(pUM) mutex_exit(&(pUM)->spReqMutex) macro
1012 void BNXE_LOCK_EXIT_SPREQ(um_device_t * pUM);
H A Dbnxe_mm.c1386 BNXE_LOCK_EXIT_SPREQ((um_device_t *)pDev); in MM_RELEASE_SP_REQ_MGR_LOCK_IMP()