• Home
  • Raw
  • Download

Lines Matching refs:outs

85 			      unsigned long *outs, /* array of 9 outputs */  in ehea_plpar_hcall9()  argument
101 ret = plpar_hcall9(opcode, outs, in ehea_plpar_hcall9()
128 outs[0], outs[1], outs[2], outs[3], outs[4], in ehea_plpar_hcall9()
129 outs[5], outs[6], outs[7], outs[8]); in ehea_plpar_hcall9()
217 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_alloc_resource_qp() local
258 outs, in ehea_h_alloc_resource_qp()
269 *qp_handle = outs[0]; in ehea_h_alloc_resource_qp()
270 init_attr->qp_nr = (u32)outs[1]; in ehea_h_alloc_resource_qp()
273 (u16)EHEA_BMASK_GET(H_ALL_RES_QP_ACT_SWQE, outs[2]); in ehea_h_alloc_resource_qp()
275 (u16)EHEA_BMASK_GET(H_ALL_RES_QP_ACT_R1WQE, outs[2]); in ehea_h_alloc_resource_qp()
277 (u16)EHEA_BMASK_GET(H_ALL_RES_QP_ACT_R2WQE, outs[2]); in ehea_h_alloc_resource_qp()
279 (u16)EHEA_BMASK_GET(H_ALL_RES_QP_ACT_R3WQE, outs[2]); in ehea_h_alloc_resource_qp()
287 (u32)EHEA_BMASK_GET(H_ALL_RES_QP_SIZE_SQ, outs[4]); in ehea_h_alloc_resource_qp()
289 (u32)EHEA_BMASK_GET(H_ALL_RES_QP_SIZE_RQ1, outs[4]); in ehea_h_alloc_resource_qp()
291 (u32)EHEA_BMASK_GET(H_ALL_RES_QP_SIZE_RQ2, outs[5]); in ehea_h_alloc_resource_qp()
293 (u32)EHEA_BMASK_GET(H_ALL_RES_QP_SIZE_RQ3, outs[5]); in ehea_h_alloc_resource_qp()
296 (u32)EHEA_BMASK_GET(H_ALL_RES_QP_LIOBN_SQ, outs[7]); in ehea_h_alloc_resource_qp()
298 (u32)EHEA_BMASK_GET(H_ALL_RES_QP_LIOBN_RQ1, outs[7]); in ehea_h_alloc_resource_qp()
300 (u32)EHEA_BMASK_GET(H_ALL_RES_QP_LIOBN_RQ2, outs[8]); in ehea_h_alloc_resource_qp()
302 (u32)EHEA_BMASK_GET(H_ALL_RES_QP_LIOBN_RQ3, outs[8]); in ehea_h_alloc_resource_qp()
305 hcp_epas_ctor(h_epas, outs[6], outs[6]); in ehea_h_alloc_resource_qp()
315 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_alloc_resource_cq() local
318 outs, in ehea_h_alloc_resource_cq()
326 *cq_handle = outs[0]; in ehea_h_alloc_resource_cq()
327 cq_attr->act_nr_of_cqes = outs[3]; in ehea_h_alloc_resource_cq()
328 cq_attr->nr_pages = outs[4]; in ehea_h_alloc_resource_cq()
331 hcp_epas_ctor(epas, outs[5], outs[6]); in ehea_h_alloc_resource_cq()
377 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_alloc_resource_eq() local
387 outs, in ehea_h_alloc_resource_eq()
393 *eq_handle = outs[0]; in ehea_h_alloc_resource_eq()
394 eq_attr->act_nr_of_eqes = outs[3]; in ehea_h_alloc_resource_eq()
395 eq_attr->nr_pages = outs[4]; in ehea_h_alloc_resource_eq()
396 eq_attr->ist1 = outs[5]; in ehea_h_alloc_resource_eq()
397 eq_attr->ist2 = outs[6]; in ehea_h_alloc_resource_eq()
398 eq_attr->ist3 = outs[7]; in ehea_h_alloc_resource_eq()
399 eq_attr->ist4 = outs[8]; in ehea_h_alloc_resource_eq()
410 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_modify_ehea_qp() local
413 outs, in ehea_h_modify_ehea_qp()
421 *inv_attr_id = outs[0]; in ehea_h_modify_ehea_qp()
422 *out_swr = outs[3]; in ehea_h_modify_ehea_qp()
423 *out_rwr = outs[4]; in ehea_h_modify_ehea_qp()
424 *proc_mask = outs[5]; in ehea_h_modify_ehea_qp()
452 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_register_smr() local
455 outs, in ehea_h_register_smr()
463 mr->handle = outs[0]; in ehea_h_register_smr()
464 mr->lkey = (u32)outs[2]; in ehea_h_register_smr()
471 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_disable_and_get_hea() local
474 outs, in ehea_h_disable_and_get_hea()
496 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_alloc_resource_mr() local
499 outs, in ehea_h_alloc_resource_mr()
508 *mr_handle = outs[0]; in ehea_h_alloc_resource_mr()
509 *lkey = (u32)outs[2]; in ehea_h_alloc_resource_mr()
567 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_modify_ehea_port() local
578 outs, in ehea_h_modify_ehea_port()