Home
last modified time | relevance | path

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

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