Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_lock.c82 void BNXE_LOCK_EXIT_GLDTX (um_device_t * pUM) { rw_exit(&pUM->gldTxMutex); … in BNXE_LOCK_EXIT_GLDTX() function
H A Dbnxe.h977 #define BNXE_LOCK_EXIT_GLDTX(pUM) rw_exit(&(pUM)->gldTxMutex) macro