Lines Matching full:response

101 				      struct clp_rsp_query_pci_grp *response)  in clp_store_query_pci_fngrp()  argument
103 zdev->tlb_refresh = response->refresh; in clp_store_query_pci_fngrp()
104 zdev->dma_mask = response->dasm; in clp_store_query_pci_fngrp()
105 zdev->msi_addr = response->msia; in clp_store_query_pci_fngrp()
106 zdev->max_msi = response->noi; in clp_store_query_pci_fngrp()
107 zdev->fmb_update = response->mui; in clp_store_query_pci_fngrp()
108 zdev->version = response->version; in clp_store_query_pci_fngrp()
109 zdev->maxstbl = response->maxstbl; in clp_store_query_pci_fngrp()
110 zdev->dtsm = response->dtsm; in clp_store_query_pci_fngrp()
112 switch (response->version) { in clp_store_query_pci_fngrp()
134 rrb->response.hdr.len = sizeof(rrb->response); in clp_query_pci_fngrp()
138 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) in clp_query_pci_fngrp()
139 clp_store_query_pci_fngrp(zdev, &rrb->response); in clp_query_pci_fngrp()
142 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_query_pci_fngrp()
150 struct clp_rsp_query_pci *response) in clp_store_query_pci_fn() argument
155 zdev->bars[i].val = le32_to_cpu(response->bar[i]); in clp_store_query_pci_fn()
156 zdev->bars[i].size = response->bar_size[i]; in clp_store_query_pci_fn()
158 zdev->start_dma = response->sdma; in clp_store_query_pci_fn()
159 zdev->end_dma = response->edma; in clp_store_query_pci_fn()
160 zdev->pchid = response->pchid; in clp_store_query_pci_fn()
161 zdev->pfgid = response->pfgid; in clp_store_query_pci_fn()
162 zdev->pft = response->pft; in clp_store_query_pci_fn()
163 zdev->vfn = response->vfn; in clp_store_query_pci_fn()
164 zdev->port = response->port; in clp_store_query_pci_fn()
165 zdev->uid = response->uid; in clp_store_query_pci_fn()
166 zdev->fmb_length = sizeof(u32) * response->fmb_len; in clp_store_query_pci_fn()
167 zdev->rid_available = response->rid_avail; in clp_store_query_pci_fn()
168 zdev->is_physfn = response->is_physfn; in clp_store_query_pci_fn()
170 zdev->devfn = response->rid & ZPCI_RID_MASK_DEVFN; in clp_store_query_pci_fn()
172 memcpy(zdev->pfip, response->pfip, sizeof(zdev->pfip)); in clp_store_query_pci_fn()
173 if (response->util_str_avail) { in clp_store_query_pci_fn()
174 memcpy(zdev->util_str, response->util_str, in clp_store_query_pci_fn()
178 zdev->mio_capable = response->mio_addr_avail; in clp_store_query_pci_fn()
180 if (!(response->mio.valid & (1 << (PCI_STD_NUM_BARS - i - 1)))) in clp_store_query_pci_fn()
183 zdev->bars[i].mio_wb = (void __iomem *) response->mio.addr[i].wb; in clp_store_query_pci_fn()
184 zdev->bars[i].mio_wt = (void __iomem *) response->mio.addr[i].wt; in clp_store_query_pci_fn()
201 rrb->response.hdr.len = sizeof(rrb->response); in clp_query_pci_fn()
205 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) { in clp_query_pci_fn()
206 rc = clp_store_query_pci_fn(zdev, &rrb->response); in clp_query_pci_fn()
209 rc = clp_query_pci_fngrp(zdev, rrb->response.pfgid); in clp_query_pci_fn()
212 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_query_pci_fn()
248 rrb->response.hdr.len = sizeof(rrb->response); in clp_set_pci_fn()
255 if (rrb->response.hdr.rsp == CLP_RC_SETPCIFN_BUSY) { in clp_set_pci_fn()
261 } while (rrb->response.hdr.rsp == CLP_RC_SETPCIFN_BUSY); in clp_set_pci_fn()
263 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) { in clp_set_pci_fn()
264 *fh = rrb->response.fh; in clp_set_pci_fn()
267 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_set_pci_fn()
269 rc = rrb->response.hdr.rsp; in clp_set_pci_fn()
288 rrb->response.hdr.len = sizeof(rrb->response); in clp_setup_writeback_mio()
291 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) { in clp_setup_writeback_mio()
292 if (rrb->response.vwb) { in clp_setup_writeback_mio()
293 wb_bit_pos = rrb->response.mio_wb; in clp_setup_writeback_mio()
302 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_setup_writeback_mio()
346 rrb->response.hdr.len = CLP_BLK_SIZE - LIST_PCI_HDR_LEN; in clp_list_pci_req()
351 if (rc || rrb->response.hdr.rsp != CLP_RC_OK) { in clp_list_pci_req()
353 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_list_pci_req()
357 update_uid_checking(rrb->response.uid_checking); in clp_list_pci_req()
358 WARN_ON_ONCE(rrb->response.entry_size != in clp_list_pci_req()
361 *nentries = (rrb->response.hdr.len - LIST_PCI_HDR_LEN) / in clp_list_pci_req()
362 rrb->response.entry_size; in clp_list_pci_req()
363 *resume_token = rrb->response.resume_token; in clp_list_pci_req()
379 cb(&rrb->response.fh_list[i], data); in clp_list_pci()
396 fh_list = rrb->response.fh_list; in clp_find_pci()
486 lpcb->response.hdr.len > limit) in clp_base_slpc()
506 lpcb->response.hdr.len > limit) in clp_pci_slpc()
516 lpcb->response.hdr.len > limit) in clp_pci_list()
529 lpcb->response.hdr.len > limit) in clp_pci_query()
542 lpcb->response.hdr.len > limit) in clp_pci_query_grp()