Home
last modified time | relevance | path

Searched defs:xdf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.h210 typedef struct xdf { struct
211 dev_info_t *xdf_dip; argument
212 char *xdf_addr; argument
213 ddi_iblock_cookie_t xdf_ibc; /* mutex iblock cookie */ argument
214 domid_t xdf_peer; /* otherend's dom ID */ argument
215 xendev_ring_t *xdf_xb_ring; /* I/O ring buffer */ argument
216 ddi_acc_handle_t xdf_xb_ring_hdl; /* access handler for ring buffer */ argument
217 list_t xdf_vreq_act; /* active vreq list */ argument
218 buf_t *xdf_f_act; /* active buf list head */ argument
219 buf_t *xdf_l_act; /* active buf list tail */ argument
[all …]