Lines Matching defs:ehca_alloc_qp_parms
453 struct ehca_alloc_qp_parms { struct
454 struct ehca_alloc_queue_parms squeue;
455 struct ehca_alloc_queue_parms rqueue;
458 enum ehca_service_type servicetype;
459 int qp_storage;
460 int sigtype;
461 enum ehca_ext_qp_type ext_type;
462 enum ehca_ll_comp_flags ll_comp_flags;
463 int ud_av_l_key_ctl;
465 u32 token;
466 struct ipz_eq_handle eq_handle;
467 struct ipz_pd pd;
468 struct ipz_cq_handle send_cq_handle, recv_cq_handle;
470 u32 srq_qpn, srq_token, srq_limit;
473 u32 real_qp_num;
474 struct ipz_qp_handle qp_handle;
475 struct h_galpas galpas;