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