Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c388 kmutex_t *mca_lockp; in vsw_mac_multicast_add_all() local
396 mca_lockp = &vswp->mca_lock; in vsw_mac_multicast_add_all()
401 mca_lockp = &portp->mca_lock; in vsw_mac_multicast_add_all()
407 mutex_enter(mca_lockp); in vsw_mac_multicast_add_all()
420 mutex_exit(mca_lockp); in vsw_mac_multicast_add_all()
431 kmutex_t *mca_lockp; in vsw_mac_multicast_remove_all() local
438 mca_lockp = &vswp->mca_lock; in vsw_mac_multicast_remove_all()
443 mca_lockp = &portp->mca_lock; in vsw_mac_multicast_remove_all()
449 mutex_enter(mca_lockp); in vsw_mac_multicast_remove_all()
456 mutex_exit(mca_lockp); in vsw_mac_multicast_remove_all()