Lines Matching refs:stw_be_p

110     stw_be_p(&rrb->response.max_fn, PCI_MAX_FUNCTIONS);  in list_pci()
117 stw_be_p(&rrb->response.fh_list[i].device_id, in list_pci()
119 stw_be_p(&rrb->response.fh_list[i].vendor_id, in list_pci()
144 stw_be_p(&rrb->response.hdr.len, g_l2); in list_pci()
145 stw_be_p(&rrb->response.hdr.rsp, CLP_RC_OK); in list_pci()
149 stw_be_p(&rrb->response.hdr.rsp, res_code); in list_pci()
206 stw_be_p(&resh->rsp, CLP_RC_LEN); in clp_service_call()
222 stw_be_p(&ressetpci->hdr.rsp, CLP_RC_SETPCIFN_FH); in clp_service_call()
230 stw_be_p(&ressetpci->hdr.rsp, CLP_RC_SETPCIFN_DMAAS); in clp_service_call()
235 stw_be_p(&ressetpci->hdr.rsp, CLP_RC_SETPCIFN_RES); in clp_service_call()
240 stw_be_p(&ressetpci->hdr.rsp, CLP_RC_SETPCIFN_FHOP); in clp_service_call()
254 stw_be_p(&ressetpci->hdr.rsp, CLP_RC_SETPCIFN_FH); in clp_service_call()
261 stw_be_p(&ressetpci->hdr.rsp, CLP_RC_OK); in clp_service_call()
265 stw_be_p(&ressetpci->hdr.rsp, CLP_RC_SETPCIFN_FHOP); in clp_service_call()
272 stw_be_p(&ressetpci->hdr.rsp, CLP_RC_OK); in clp_service_call()
276 stw_be_p(&ressetpci->hdr.rsp, CLP_RC_SETPCIFN_FHOP); in clp_service_call()
288 stw_be_p(&resquery->hdr.rsp, CLP_RC_SETPCIFN_FH); in clp_service_call()
294 stw_be_p(&resquery->pchid, pbdev->zpci_fn.pchid); in clp_service_call()
295 stw_be_p(&resquery->vfn, pbdev->zpci_fn.vfn); in clp_service_call()
318 stw_be_p(&resquery->hdr.rsp, CLP_RC_OK); in clp_service_call()
331 stw_be_p(&resgrp->hdr.rsp, CLP_RC_QUERYPCIFG_PFGID); in clp_service_call()
337 stw_be_p(&resgrp->mui, group->zpci_group.mui); in clp_service_call()
338 stw_be_p(&resgrp->i, group->zpci_group.i); in clp_service_call()
339 stw_be_p(&resgrp->maxstbl, group->zpci_group.maxstbl); in clp_service_call()
342 stw_be_p(&resgrp->hdr.rsp, CLP_RC_OK); in clp_service_call()
347 stw_be_p(&resh->rsp, CLP_RC_CMD); in clp_service_call()