• Home
  • Raw
  • Download

Lines Matching refs:outs

142 			      unsigned long *outs, /* array of 9 outputs */  in ehca_plpar_hcall9()  argument
167 ret = plpar_hcall9(opcode, outs, in ehca_plpar_hcall9()
185 ret, outs[0], outs[1], outs[2], outs[3], in ehca_plpar_hcall9()
186 outs[4], outs[5], outs[6], outs[7], in ehca_plpar_hcall9()
187 outs[8]); in ehca_plpar_hcall9()
190 ret, outs[0], outs[1], outs[2], outs[3], in ehca_plpar_hcall9()
191 outs[4], outs[5], outs[6], outs[7], in ehca_plpar_hcall9()
192 outs[8]); in ehca_plpar_hcall9()
209 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in hipz_h_alloc_resource_eq() local
221 ret = ehca_plpar_hcall9(H_ALLOC_RESOURCE, outs, in hipz_h_alloc_resource_eq()
226 eq_handle->handle = outs[0]; in hipz_h_alloc_resource_eq()
227 *act_nr_of_entries = (u32)outs[3]; in hipz_h_alloc_resource_eq()
228 *act_pages = (u32)outs[4]; in hipz_h_alloc_resource_eq()
229 *eq_ist = (u32)outs[5]; in hipz_h_alloc_resource_eq()
254 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in hipz_h_alloc_resource_cq() local
256 ret = ehca_plpar_hcall9(H_ALLOC_RESOURCE, outs, in hipz_h_alloc_resource_cq()
263 cq->ipz_cq_handle.handle = outs[0]; in hipz_h_alloc_resource_cq()
264 param->act_nr_of_entries = (u32)outs[3]; in hipz_h_alloc_resource_cq()
265 param->act_pages = (u32)outs[4]; in hipz_h_alloc_resource_cq()
268 rc = hcp_galpas_ctor(&cq->galpas, 0, outs[5], outs[6]); in hipz_h_alloc_resource_cq()
271 rc, outs[5]); in hipz_h_alloc_resource_cq()
293 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in hipz_h_alloc_resource_qp() local
330 ret = ehca_plpar_hcall9(H_ALLOC_RESOURCE, outs, in hipz_h_alloc_resource_qp()
339 parms->qp_handle.handle = outs[0]; in hipz_h_alloc_resource_qp()
340 parms->real_qp_num = (u32)outs[1]; in hipz_h_alloc_resource_qp()
342 (u16)EHCA_BMASK_GET(H_ALL_RES_QP_ACT_OUTST_SEND_WR, outs[2]); in hipz_h_alloc_resource_qp()
344 (u16)EHCA_BMASK_GET(H_ALL_RES_QP_ACT_OUTST_RECV_WR, outs[2]); in hipz_h_alloc_resource_qp()
346 (u8)EHCA_BMASK_GET(H_ALL_RES_QP_ACT_SEND_SGE, outs[3]); in hipz_h_alloc_resource_qp()
348 (u8)EHCA_BMASK_GET(H_ALL_RES_QP_ACT_RECV_SGE, outs[3]); in hipz_h_alloc_resource_qp()
350 (u32)EHCA_BMASK_GET(H_ALL_RES_QP_SQUEUE_SIZE_PAGES, outs[4]); in hipz_h_alloc_resource_qp()
352 (u32)EHCA_BMASK_GET(H_ALL_RES_QP_RQUEUE_SIZE_PAGES, outs[4]); in hipz_h_alloc_resource_qp()
355 rc = hcp_galpas_ctor(&parms->galpas, is_user, outs[6], outs[6]); in hipz_h_alloc_resource_qp()
358 rc, outs[6]); in hipz_h_alloc_resource_qp()
532 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in hipz_h_disable_and_get_wqe() local
534 ret = ehca_plpar_hcall9(H_DISABLE_AND_GETC, outs, in hipz_h_disable_and_get_wqe()
540 *log_addr_next_sq_wqe2processed = (void *)outs[0]; in hipz_h_disable_and_get_wqe()
542 *log_addr_next_rq_wqe2processed = (void *)outs[1]; in hipz_h_disable_and_get_wqe()
555 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in hipz_h_modify_qp() local
556 ret = ehca_plpar_hcall9(H_MODIFY_QP, outs, in hipz_h_modify_qp()
586 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in hipz_h_destroy_qp() local
593 ret = ehca_plpar_hcall9(H_DISABLE_AND_GETC, outs, in hipz_h_destroy_qp()
632 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in hipz_h_define_aqp1() local
634 ret = ehca_plpar_hcall9(H_DEFINE_AQP1, outs, in hipz_h_define_aqp1()
639 *pma_qp_nr = (u32)outs[0]; in hipz_h_define_aqp1()
640 *bma_qp_nr = (u32)outs[1]; in hipz_h_define_aqp1()
740 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in hipz_h_alloc_resource_mr() local
742 ret = ehca_plpar_hcall9(H_ALLOC_RESOURCE, outs, in hipz_h_alloc_resource_mr()
750 outparms->handle.handle = outs[0]; in hipz_h_alloc_resource_mr()
751 outparms->lkey = (u32)outs[2]; in hipz_h_alloc_resource_mr()
752 outparms->rkey = (u32)outs[3]; in hipz_h_alloc_resource_mr()
801 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in hipz_h_query_mr() local
803 ret = ehca_plpar_hcall9(H_QUERY_MR, outs, in hipz_h_query_mr()
807 outparms->len = outs[0]; in hipz_h_query_mr()
808 outparms->vaddr = outs[1]; in hipz_h_query_mr()
809 outparms->acl = outs[4] >> 32; in hipz_h_query_mr()
810 outparms->lkey = (u32)(outs[5] >> 32); in hipz_h_query_mr()
811 outparms->rkey = (u32)(outs[5] & (0xffffffff)); in hipz_h_query_mr()
835 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in hipz_h_reregister_pmr() local
837 ret = ehca_plpar_hcall9(H_REREGISTER_PMR, outs, in hipz_h_reregister_pmr()
846 outparms->vaddr = outs[1]; in hipz_h_reregister_pmr()
847 outparms->lkey = (u32)outs[2]; in hipz_h_reregister_pmr()
848 outparms->rkey = (u32)outs[3]; in hipz_h_reregister_pmr()
862 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in hipz_h_register_smr() local
864 ret = ehca_plpar_hcall9(H_REGISTER_SMR, outs, in hipz_h_register_smr()
871 outparms->handle.handle = outs[0]; in hipz_h_register_smr()
872 outparms->lkey = (u32)outs[2]; in hipz_h_register_smr()
873 outparms->rkey = (u32)outs[3]; in hipz_h_register_smr()
884 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in hipz_h_alloc_resource_mw() local
886 ret = ehca_plpar_hcall9(H_ALLOC_RESOURCE, outs, in hipz_h_alloc_resource_mw()
891 outparms->handle.handle = outs[0]; in hipz_h_alloc_resource_mw()
892 outparms->rkey = (u32)outs[3]; in hipz_h_alloc_resource_mw()
902 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in hipz_h_query_mw() local
904 ret = ehca_plpar_hcall9(H_QUERY_MW, outs, in hipz_h_query_mw()
908 outparms->rkey = (u32)outs[3]; in hipz_h_query_mw()