Searched refs:XenBlockRequest (Results 1 – 1 of 1) sorted by relevance
34 typedef struct XenBlockRequest { struct45 QLIST_ENTRY(XenBlockRequest) list; argument47 } XenBlockRequest; argument58 QLIST_HEAD(inflight_head, XenBlockRequest) inflight;59 QLIST_HEAD(freelist_head, XenBlockRequest) freelist;70 static int xen_block_send_response(XenBlockRequest *request);72 static void reset_request(XenBlockRequest *request) in reset_request()90 static XenBlockRequest *xen_block_start_request(XenBlockDataPlane *dataplane) in xen_block_start_request()92 XenBlockRequest *request = NULL; in xen_block_start_request()123 static void xen_block_complete_request(XenBlockRequest *request) in xen_block_complete_request()[all …]