Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/io/
H A Dxnf.c163 #define xnf_btop(addr) ((addr) >> PAGESHIFT) macro
493 xnf_btop(pa_to_ma(xnfp->xnf_tx_ring_phys_addr)), 0); in xnf_setup_rings()
505 xnf_btop(pa_to_ma(xnfp->xnf_rx_ring_phys_addr)), 0); in xnf_setup_rings()
1537 if (xnf_btop((size_t)ml->b_rptr) != in xnf_send()
1538 xnf_btop((size_t)ml->b_wptr)) { in xnf_send()
1606 xnf_btop(pa_to_ma(dma_cookie.dmac_laddress)); in xnf_send()
2350 bdesc->buf_mfn = pfn_to_mfn(xnf_btop(bdesc->buf_phys)); in xnf_buf_constructor()
2441 bdesc->buf_mfn = pfn_to_mfn(xnf_btop(bdesc->buf_phys)); in xnf_buf_refresh()