Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h74 paddr_t buf_phys; member
H A Dxnf.c2749 bdesc->buf_phys = dma_cookie.dmac_laddress; in xnf_buf_constructor()
2750 bdesc->buf_mfn = pfn_to_mfn(xnf_btop(bdesc->buf_phys)); in xnf_buf_constructor()
2841 bdesc->buf_mfn = pfn_to_mfn(xnf_btop(bdesc->buf_phys)); in xnf_buf_refresh()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h666 lm_address_t buf_phys; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c485 DbgBreakIf(!curr_gen_buf || !curr_gen_buf->buf_phys.as_u64); in lm_tcp_rx_fill_grq()
486 grq_bd->addr_hi = curr_gen_buf->buf_phys.as_u32.high; in lm_tcp_rx_fill_grq()
487 grq_bd->addr_lo = curr_gen_buf->buf_phys.as_u32.low; in lm_tcp_rx_fill_grq()
H A Dlm_l4rx.c659 curr_gen_buf->buf_phys, in lm_tcp_rx_peninsula_to_rq_copy()