Lines Matching full:response
100 struct clp_rsp_query_pci_grp *response) in clp_store_query_pci_fngrp() argument
102 zdev->tlb_refresh = response->refresh; in clp_store_query_pci_fngrp()
103 zdev->dma_mask = response->dasm; in clp_store_query_pci_fngrp()
104 zdev->msi_addr = response->msia; in clp_store_query_pci_fngrp()
105 zdev->max_msi = response->noi; in clp_store_query_pci_fngrp()
106 zdev->fmb_update = response->mui; in clp_store_query_pci_fngrp()
107 zdev->version = response->version; in clp_store_query_pci_fngrp()
109 switch (response->version) { in clp_store_query_pci_fngrp()
131 rrb->response.hdr.len = sizeof(rrb->response); in clp_query_pci_fngrp()
135 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) in clp_query_pci_fngrp()
136 clp_store_query_pci_fngrp(zdev, &rrb->response); in clp_query_pci_fngrp()
139 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_query_pci_fngrp()
147 struct clp_rsp_query_pci *response) in clp_store_query_pci_fn() argument
152 zdev->bars[i].val = le32_to_cpu(response->bar[i]); in clp_store_query_pci_fn()
153 zdev->bars[i].size = response->bar_size[i]; in clp_store_query_pci_fn()
155 zdev->start_dma = response->sdma; in clp_store_query_pci_fn()
156 zdev->end_dma = response->edma; in clp_store_query_pci_fn()
157 zdev->pchid = response->pchid; in clp_store_query_pci_fn()
158 zdev->pfgid = response->pfgid; in clp_store_query_pci_fn()
159 zdev->pft = response->pft; in clp_store_query_pci_fn()
160 zdev->vfn = response->vfn; in clp_store_query_pci_fn()
161 zdev->port = response->port; in clp_store_query_pci_fn()
162 zdev->uid = response->uid; in clp_store_query_pci_fn()
163 zdev->fmb_length = sizeof(u32) * response->fmb_len; in clp_store_query_pci_fn()
164 zdev->rid_available = response->rid_avail; in clp_store_query_pci_fn()
165 zdev->is_physfn = response->is_physfn; in clp_store_query_pci_fn()
167 zdev->devfn = response->rid & ZPCI_RID_MASK_DEVFN; in clp_store_query_pci_fn()
169 memcpy(zdev->pfip, response->pfip, sizeof(zdev->pfip)); in clp_store_query_pci_fn()
170 if (response->util_str_avail) { in clp_store_query_pci_fn()
171 memcpy(zdev->util_str, response->util_str, in clp_store_query_pci_fn()
175 zdev->mio_capable = response->mio_addr_avail; in clp_store_query_pci_fn()
177 if (!(response->mio.valid & (1 << (PCI_STD_NUM_BARS - i - 1)))) in clp_store_query_pci_fn()
180 zdev->bars[i].mio_wb = (void __iomem *) response->mio.addr[i].wb; in clp_store_query_pci_fn()
181 zdev->bars[i].mio_wt = (void __iomem *) response->mio.addr[i].wt; in clp_store_query_pci_fn()
198 rrb->response.hdr.len = sizeof(rrb->response); in clp_query_pci_fn()
202 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) { in clp_query_pci_fn()
203 rc = clp_store_query_pci_fn(zdev, &rrb->response); in clp_query_pci_fn()
206 rc = clp_query_pci_fngrp(zdev, rrb->response.pfgid); in clp_query_pci_fn()
209 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_query_pci_fn()
240 rrb->response.hdr.len = sizeof(rrb->response); in clp_set_pci_fn()
246 if (rrb->response.hdr.rsp == CLP_RC_SETPCIFN_BUSY) { in clp_set_pci_fn()
252 } while (rrb->response.hdr.rsp == CLP_RC_SETPCIFN_BUSY); in clp_set_pci_fn()
254 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) { in clp_set_pci_fn()
255 zdev->fh = rrb->response.fh; in clp_set_pci_fn()
256 } else if (!rc && rrb->response.hdr.rsp == CLP_RC_SETPCIFN_ALRDY) { in clp_set_pci_fn()
261 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_set_pci_fn()
263 rc = rrb->response.hdr.rsp; in clp_set_pci_fn()
282 rrb->response.hdr.len = sizeof(rrb->response); in clp_setup_writeback_mio()
285 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) { in clp_setup_writeback_mio()
286 if (rrb->response.vwb) { in clp_setup_writeback_mio()
287 wb_bit_pos = rrb->response.mio_wb; in clp_setup_writeback_mio()
296 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_setup_writeback_mio()
342 rrb->response.hdr.len = CLP_BLK_SIZE - LIST_PCI_HDR_LEN; in clp_list_pci()
347 if (rc || rrb->response.hdr.rsp != CLP_RC_OK) { in clp_list_pci()
349 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_list_pci()
354 update_uid_checking(rrb->response.uid_checking); in clp_list_pci()
355 WARN_ON_ONCE(rrb->response.entry_size != in clp_list_pci()
358 entries = (rrb->response.hdr.len - LIST_PCI_HDR_LEN) / in clp_list_pci()
359 rrb->response.entry_size; in clp_list_pci()
361 resume_token = rrb->response.resume_token; in clp_list_pci()
363 cb(&rrb->response.fh_list[i], data); in clp_list_pci()
470 lpcb->response.hdr.len > limit) in clp_base_slpc()
490 lpcb->response.hdr.len > limit) in clp_pci_slpc()
500 lpcb->response.hdr.len > limit) in clp_pci_list()
513 lpcb->response.hdr.len > limit) in clp_pci_query()
526 lpcb->response.hdr.len > limit) in clp_pci_query_grp()