Home
last modified time | relevance | path

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

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