Searched refs:phyMutex (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_lock.c57 void BNXE_LOCK_ENTER_PHY (um_device_t * pUM) { mutex_enter(&pUM->phyMutex); }
58 void BNXE_LOCK_EXIT_PHY (um_device_t * pUM) { mutex_exit(&pUM->phyMutex); }
H A Dbnxe.h611 kmutex_t phyMutex; member in struct:_um_device
947 #define BNXE_LOCK_ENTER_PHY(pUM) mutex_enter(&(pUM)->phyMutex)
948 #define BNXE_LOCK_EXIT_PHY(pUM) mutex_exit(&(pUM)->phyMutex)
H A Dbnxe_main.c258 mutex_init(&pUM->phyMutex, NULL,
316 mutex_destroy(&pUM->phyMutex);

Completed in 94 milliseconds