Home
last modified time | relevance | path

Searched refs:pending_req (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/xen/
H A Dxen-scsiback.c219 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/platform/x86/amd/pmf/
H A Dspc.c135 static void amd_pmf_update_bios_inputs(struct amd_pmf_dev *pdev, u32 pending_req, in amd_pmf_update_bios_inputs() argument
142 if (!(pending_req & inputs[i].bit_mask)) in amd_pmf_update_bios_inputs()
158 if (!(pdev->req.pending_req || pdev->req1.pending_req)) in amd_pmf_get_custom_bios_inputs()
168 amd_pmf_update_bios_inputs(pdev, pdev->req1.pending_req, custom_bios_inputs_v1, in amd_pmf_get_custom_bios_inputs()
172 amd_pmf_update_bios_inputs(pdev, pdev->req.pending_req, custom_bios_inputs, in amd_pmf_get_custom_bios_inputs()
H A Dpmf.h186 u32 pending_req; member
202 u32 pending_req; member
219 u32 pending_req; member
460 u32 pending_req; member
/linux/drivers/block/xen-blkback/
H A Dcommon.h344 struct pending_req { struct
H A Dxenbus.c269 struct pending_req *req, *n; in xen_blkif_disconnect()
969 struct pending_req *req, *n; in read_per_ring_refs()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.h116 dma_addr_t pending_req; member
H A Dqed_sriov.c4047 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()