Searched refs:pending_req (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/xen/ |
H A D | xen-scsiback.c | 219 struct vscsibk_pend *pending_req) in scsiback_print_status() argument 221 struct scsiback_tpg *tpg = pending_req->v2p->tpg; in scsiback_print_status() 224 tpg->tport->tport_name, pending_req->v2p->lun, in scsiback_print_status() 225 pending_req->cmnd[0], errors & 0xff, COMMAND_COMPLETE, in scsiback_print_status() 386 uint32_t resid, struct vscsibk_pend *pending_req) in scsiback_do_resp_with_sense() argument 388 scsiback_send_response(pending_req->info, sense_buffer, result, in scsiback_do_resp_with_sense() 389 resid, pending_req->rqid); in scsiback_do_resp_with_sense() 391 if (pending_req->v2p) in scsiback_do_resp_with_sense() 392 kref_put(&pending_req->v2p->kref, in scsiback_do_resp_with_sense() 396 static void scsiback_cmd_done(struct vscsibk_pend *pending_req) in scsiback_cmd_done() argument [all …]
|
/linux/drivers/block/xen-blkback/ |
H A D | blkback.c | 146 struct pending_req *pending_req); 412 * Retrieve from the 'pending_reqs' a free pending_req structure to be used. 414 static struct pending_req *alloc_req(struct xen_blkif_ring *ring) in alloc_req() 416 struct pending_req *req = NULL; in alloc_req() 421 req = list_entry(ring->pending_free.next, struct pending_req, in alloc_req() 430 * Return the 'pending_req' structure back to the freepool. We also 433 static void free_req(struct xen_blkif_ring *ring, struct pending_req *req) in free_req() 673 struct pending_req *pending_req in xen_blkbk_unmap_and_respond_callback() local 902 xen_blkbk_map_seg(struct pending_req * pending_req) xen_blkbk_map_seg() argument 914 xen_blkbk_parse_indirect(struct blkif_request * req,struct pending_req * pending_req,struct seg_buf seg[],struct phys_req * preq) xen_blkbk_parse_indirect() argument 1012 dispatch_other_io(struct xen_blkif_ring * ring,struct blkif_request * req,struct pending_req * pending_req) dispatch_other_io() argument 1037 __end_block_io_op(struct pending_req * pending_req,blk_status_t error) __end_block_io_op() argument 1191 struct pending_req *pending_req; __do_block_io_op() local 1292 dispatch_rw_block_io(struct xen_blkif_ring * ring,struct blkif_request * req,struct pending_req * pending_req) dispatch_rw_block_io() argument [all...] |
H A D | common.h | 344 struct pending_req { struct
|
H A D | xenbus.c | 269 struct pending_req *req, *n; in xen_blkif_disconnect() 969 struct pending_req *req, *n; in read_per_ring_refs()
|
/linux/drivers/platform/x86/amd/pmf/ |
H A D | pmf.h | 174 u32 pending_req; member 189 u32 pending_req; member 422 u32 pending_req; member
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_sriov.h | 116 dma_addr_t pending_req; member
|
H A D | qed_sriov.c | 4047 p_vf->vf_mbx.pending_req = HILO_64(vf_msg->hi, vf_msg->lo); in qed_sriov_vfpf_msg() 4125 vf_info->vf_mbx.pending_req, in qed_iov_copy_vf_msg()
|