Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Ds390-pci-inst.c281 ClpRspQueryPci *resquery = (ClpRspQueryPci *)resh; in clp_service_call() local
286 stw_be_p(&resquery->hdr.rsp, CLP_RC_SETPCIFN_FH); in clp_service_call()
290 stq_be_p(&resquery->sdma, pbdev->zpci_fn.sdma); in clp_service_call()
291 stq_be_p(&resquery->edma, pbdev->zpci_fn.edma); in clp_service_call()
292 stw_be_p(&resquery->pchid, pbdev->zpci_fn.pchid); in clp_service_call()
293 stw_be_p(&resquery->vfn, pbdev->zpci_fn.vfn); in clp_service_call()
294 resquery->flags = pbdev->zpci_fn.flags; in clp_service_call()
295 resquery->pfgid = pbdev->zpci_fn.pfgid; in clp_service_call()
296 resquery->pft = pbdev->zpci_fn.pft; in clp_service_call()
297 resquery->fmbl = pbdev->zpci_fn.fmbl; in clp_service_call()
[all …]