Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h218 kcondvar_t xnf_cv_multicast; member
H A Dxnf.c688 cv_broadcast(&xnfp->xnf_cv_multicast); in xnf_setup_rings()
1073 cv_init(&xnfp->xnf_cv_multicast, NULL, CV_DEFAULT, NULL); in xnf_attach()
1175 cv_destroy(&xnfp->xnf_cv_multicast); in xnf_attach()
1263 cv_destroy(&xnfp->xnf_cv_multicast); in xnf_detach()
1384 cv_wait(&xnfp->xnf_cv_multicast, &xnfp->xnf_txlock); in xnf_set_multicast()
1492 cv_broadcast(&xnfp->xnf_cv_multicast); in xnf_tx_clean_ring()