Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c130 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacStats()
502 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacStats()
522 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacStart()
531 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacStart()
541 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacStart()
571 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacStop()
584 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacPromiscuous()
605 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacPromiscuous()
611 BNXE_LOCK_EXIT_GLD(pUM); in BnxeMacPromiscuous()
633 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.h970 #define BNXE_LOCK_EXIT_GLD(pUM) mutex_exit(&(pUM)->gldMutex) macro
1015 void BNXE_LOCK_EXIT_GLD(um_device_t * pUM);