Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c709 mutex_enter(&mip->mi_bridge_lock); in mac_rx()
712 mutex_exit(&mip->mi_bridge_lock); in mac_rx()
1339 mutex_enter(&mip->mi_bridge_lock); in i_mac_notify_thread()
1344 mutex_exit(&mip->mi_bridge_lock); in i_mac_notify_thread()
H A Dmac.c549 mutex_init(&mip->mi_bridge_lock, NULL, MUTEX_DEFAULT, NULL); in i_mac_constructor()
4815 mutex_enter(&mip->mi_bridge_lock); in mac_bridge_tx()
4818 mutex_exit(&mip->mi_bridge_lock); in mac_bridge_tx()
8077 mutex_enter(&mip->mi_bridge_lock); in mac_bridge_set()
8084 mutex_exit(&mip->mi_bridge_lock); in mac_bridge_set()
8100 mutex_enter(&mip->mi_bridge_lock); in mac_bridge_clear()
8103 mutex_exit(&mip->mi_bridge_lock); in mac_bridge_clear()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h524 kmutex_t mi_bridge_lock; member