Searched defs:pending_req (Results 1 – 3 of 3) sorted by relevance
344 struct pending_req { struct345 struct xen_blkif_ring *ring;346 u64 id;347 int nr_segs;348 atomic_t pendcnt;349 unsigned short operation;350 int status;351 struct list_head free_list;352 struct grant_page *segments[MAX_INDIRECT_SEGMENTS];354 struct grant_page *indirect_pages[MAX_INDIRECT_PAGES];[all …]
673 struct pending_req *pending_req = (struct pending_req *)(data->data); in xen_blkbk_unmap_and_respond_callback() local901 static int xen_blkbk_map_seg(struct pending_req *pending_req) in xen_blkbk_map_seg()913 struct pending_req *pending_req, in xen_blkbk_parse_indirect()1011 struct pending_req *pending_req) in dispatch_other_io()1036 static void __end_block_io_op(struct pending_req *pending_req, in __end_block_io_op()1190 struct pending_req *pending_req; in __do_block_io_op() local1291 struct pending_req *pending_req) in dispatch_rw_block_io()
116 dma_addr_t pending_req; member