Lines Matching full:response
98 struct clp_rsp_query_pci_grp *response) in clp_store_query_pci_fngrp() argument
100 zdev->tlb_refresh = response->refresh; in clp_store_query_pci_fngrp()
101 zdev->dma_mask = response->dasm; in clp_store_query_pci_fngrp()
102 zdev->msi_addr = response->msia; in clp_store_query_pci_fngrp()
103 zdev->max_msi = response->noi; in clp_store_query_pci_fngrp()
104 zdev->fmb_update = response->mui; in clp_store_query_pci_fngrp()
106 switch (response->version) { in clp_store_query_pci_fngrp()
128 rrb->response.hdr.len = sizeof(rrb->response); in clp_query_pci_fngrp()
132 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) in clp_query_pci_fngrp()
133 clp_store_query_pci_fngrp(zdev, &rrb->response); in clp_query_pci_fngrp()
136 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_query_pci_fngrp()
144 struct clp_rsp_query_pci *response) in clp_store_query_pci_fn() argument
149 zdev->bars[i].val = le32_to_cpu(response->bar[i]); in clp_store_query_pci_fn()
150 zdev->bars[i].size = response->bar_size[i]; in clp_store_query_pci_fn()
152 zdev->start_dma = response->sdma; in clp_store_query_pci_fn()
153 zdev->end_dma = response->edma; in clp_store_query_pci_fn()
154 zdev->pchid = response->pchid; in clp_store_query_pci_fn()
155 zdev->pfgid = response->pfgid; in clp_store_query_pci_fn()
156 zdev->pft = response->pft; in clp_store_query_pci_fn()
157 zdev->vfn = response->vfn; in clp_store_query_pci_fn()
158 zdev->uid = response->uid; in clp_store_query_pci_fn()
159 zdev->fmb_length = sizeof(u32) * response->fmb_len; in clp_store_query_pci_fn()
161 memcpy(zdev->pfip, response->pfip, sizeof(zdev->pfip)); in clp_store_query_pci_fn()
162 if (response->util_str_avail) { in clp_store_query_pci_fn()
163 memcpy(zdev->util_str, response->util_str, in clp_store_query_pci_fn()
182 rrb->response.hdr.len = sizeof(rrb->response); in clp_query_pci_fn()
186 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) { in clp_query_pci_fn()
187 rc = clp_store_query_pci_fn(zdev, &rrb->response); in clp_query_pci_fn()
190 rc = clp_query_pci_fngrp(zdev, rrb->response.pfgid); in clp_query_pci_fn()
193 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_query_pci_fn()
251 rrb->response.hdr.len = sizeof(rrb->response); in clp_set_pci_fn()
257 if (rrb->response.hdr.rsp == CLP_RC_SETPCIFN_BUSY) { in clp_set_pci_fn()
263 } while (rrb->response.hdr.rsp == CLP_RC_SETPCIFN_BUSY); in clp_set_pci_fn()
265 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) in clp_set_pci_fn()
266 *fh = rrb->response.fh; in clp_set_pci_fn()
269 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_set_pci_fn()
318 rrb->response.hdr.len = CLP_BLK_SIZE - LIST_PCI_HDR_LEN; in clp_list_pci()
323 if (rc || rrb->response.hdr.rsp != CLP_RC_OK) { in clp_list_pci()
325 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_list_pci()
330 update_uid_checking(rrb->response.uid_checking); in clp_list_pci()
331 WARN_ON_ONCE(rrb->response.entry_size != in clp_list_pci()
334 entries = (rrb->response.hdr.len - LIST_PCI_HDR_LEN) / in clp_list_pci()
335 rrb->response.entry_size; in clp_list_pci()
337 resume_token = rrb->response.resume_token; in clp_list_pci()
339 cb(&rrb->response.fh_list[i], data); in clp_list_pci()
456 lpcb->response.hdr.len > limit) in clp_base_slpc()
476 lpcb->response.hdr.len > limit) in clp_pci_slpc()
486 lpcb->response.hdr.len > limit) in clp_pci_list()
499 lpcb->response.hdr.len > limit) in clp_pci_query()
512 lpcb->response.hdr.len > limit) in clp_pci_query_grp()