Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_lock.c81 void BNXE_LOCK_ENTER_GLDTX (um_device_t * pUM, krw_t rw) { rw_enter(&pUM->gldTxMutex, rw); … in BNXE_LOCK_ENTER_GLDTX()
82 void BNXE_LOCK_EXIT_GLDTX (um_device_t * pUM) { rw_exit(&pUM->gldTxMutex); … in BNXE_LOCK_EXIT_GLDTX()
H A Dbnxe.h623 krwlock_t gldTxMutex; member
971 #define BNXE_LOCK_ENTER_GLDTX(pUM, rw) rw_enter(&(pUM)->gldTxMutex, (rw))
972 #define BNXE_LOCK_EXIT_GLDTX(pUM) rw_exit(&(pUM)->gldTxMutex)
H A Dbnxe_main.c282 rw_init(&pUM->gldTxMutex, NULL, RW_DRIVER, NULL); in BnxeMutexInit()
328 rw_destroy(&pUM->gldTxMutex); in BnxeMutexDestroy()