Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dring.h147 #define SHARED_RING_INIT(_s) do { \ macro
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c718 SHARED_RING_INIT(xnfp->xnf_tx_ring.sring); in xnf_setup_rings()
741 SHARED_RING_INIT(xnfp->xnf_rx_ring.sring); in xnf_setup_rings()
2599 SHARED_RING_INIT((netif_tx_sring_t *)rptr); in xnf_alloc_dma_resources()
2636 SHARED_RING_INIT((netif_rx_sring_t *)rptr); in xnf_alloc_dma_resources()
H A Dxpvtap.c936 SHARED_RING_INIT(usring->ur_sring); in xpvtap_user_ring_init()