Searched refs:FRONT_RING_INIT (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/xen/public/io/ |
H A D | ring.h | 153 #define FRONT_RING_INIT(_r, _s, __size) do { \ macro
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xnf.c | 720 FRONT_RING_INIT(&xnfp->xnf_tx_ring, in xnf_setup_rings() 743 FRONT_RING_INIT(&xnfp->xnf_rx_ring, in xnf_setup_rings() 2601 FRONT_RING_INIT(&xnfp->xnf_tx_ring, (netif_tx_sring_t *)rptr, PAGESIZE); in xnf_alloc_dma_resources() 2638 FRONT_RING_INIT(&xnfp->xnf_rx_ring, (netif_rx_sring_t *)rptr, PAGESIZE); in xnf_alloc_dma_resources()
|
H A D | xpvtap.c | 937 FRONT_RING_INIT(&usring->ur_ring, usring->ur_sring, PAGESIZE); in xpvtap_user_ring_init()
|