Lines Matching refs:xbb_xen_req
152 struct xbb_xen_req;
160 STAILQ_HEAD(xbb_xen_req_list, xbb_xen_req);
277 struct xbb_xen_req { struct
282 STAILQ_ENTRY(xbb_xen_req) links;
329 SLIST_HEAD(xbb_xen_req_slist, xbb_xen_req); argument
522 struct xbb_xen_req *requests;
769 static inline struct xbb_xen_req *
772 struct xbb_xen_req *req; in xbb_get_req()
793 xbb_release_req(struct xbb_softc *xbb, struct xbb_xen_req *req) in xbb_release_req()
1120 struct xbb_xen_req *nreq; in xbb_get_resources()
1212 xbb_queue_response(struct xbb_softc *xbb, struct xbb_xen_req *req, int status) in xbb_queue_response()
1316 struct xbb_xen_req *nreq; in xbb_complete_reqlist()
1468 struct xbb_xen_req *nreq; in xbb_dispatch_io()
3000 struct xbb_xen_req *req; in xbb_alloc_requests()
3001 struct xbb_xen_req *last_req; in xbb_alloc_requests()