Home
last modified time | relevance | path

Searched defs:BNXE_LOCK_EXIT_SPREQ (Results 1 – 2 of 2) 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