Home
last modified time | relevance | path

Searched defs:pending_req (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/block/xen-blkback/
H A Dcommon.h344 struct pending_req { struct
345 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 …]
H A Dblkback.c673 struct pending_req *pending_req = (struct pending_req *)(data->data); in xen_blkbk_unmap_and_respond_callback() local
901 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() local
1291 struct pending_req *pending_req) in dispatch_rw_block_io()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.h116 dma_addr_t pending_req; member