Searched defs:xdf (Results 1 – 1 of 1) sorted by relevance
206 typedef struct xdf { struct207 dev_info_t *xdf_dip; argument208 char *xdf_addr; argument209 ddi_iblock_cookie_t xdf_ibc; /* mutex iblock cookie */ argument210 domid_t xdf_peer; /* otherend's dom ID */ argument211 xendev_ring_t *xdf_xb_ring; /* I/O ring buffer */ argument212 ddi_acc_handle_t xdf_xb_ring_hdl; /* access handler for ring buffer */ argument213 list_t xdf_vreq_act; /* active vreq list */ argument214 buf_t *xdf_f_act; /* active buf list head */ argument215 buf_t *xdf_l_act; /* active buf list tail */ argument[all …]