Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.h216 ddi_acc_handle_t xdf_xb_ring_hdl; /* access handler for ring buffer */ member
H A Dxdf.c971 acchdl = vdp->xdf_xb_ring_hdl; in xdf_intr_locked()
1104 ASSERT(vdp->xdf_xb_ring_hdl == NULL); in xdf_ring_destroy()
1160 vdp->xdf_xb_ring_hdl = NULL; in xdf_ring_destroy()
1254 ddi_acc_handle_t acchdl = vdp->xdf_xb_ring_hdl; in xdf_process_rreq()
1583 vdp->xdf_xb_ring_hdl = vdp->xdf_xb_ring->xr_acc_hdl; /* ugly!! */ in xdf_setstate_init()