Home
last modified time | relevance | path

Searched defs:BNXE_LOCK_EXIT_GLD (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_lock.c80 void BNXE_LOCK_EXIT_GLD (um_device_t * pUM) { mutex_exit(&pUM->gldMutex); … in BNXE_LOCK_EXIT_GLD() function
H A Dbnxe.h975 #define BNXE_LOCK_EXIT_GLD(pUM) mutex_exit(&(pUM)->gldMutex) macro