Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c132 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacStats()
483 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacStats()
503 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacStart()
512 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacStart()
522 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacStart()
552 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacStop()
565 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacPromiscuous()
586 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacPromiscuous()
592 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacPromiscuous()
614 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacMulticast()
[all …]
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
1020 void BNXE_LOCK_EXIT_GLD(um_device_t * pUM);