Searched refs:galpas (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dhcp_phyp.c56 int hcp_galpas_ctor(struct h_galpas *galpas, int is_user, argument
60 galpas->kernel.fw_handle = hcall_map_page(paddr_kernel);
61 if (!galpas->kernel.fw_handle)
64 galpas->kernel.fw_handle = 0;
66 galpas->user.fw_handle = paddr_user;
71 int hcp_galpas_dtor(struct h_galpas *galpas) argument
73 if (galpas->kernel.fw_handle) {
74 int ret = hcall_unmap_page(galpas->kernel.fw_handle);
79 galpas->user.fw_handle = galpas
[all...]
H A Dhipz_fns_core.h64 hipz_galpa_store_qp(qp->galpas.kernel, qpx_sqa,
71 hipz_galpa_store_qp(qp->galpas.kernel, qpx_rqa,
77 hipz_galpa_store_cq(cq->galpas.kernel, cqx_feca,
85 hipz_galpa_store_cq(cq->galpas.kernel, cqx_n0,
88 cqx_n0_reg = hipz_galpa_load_cq(cq->galpas.kernel, cqx_n0);
95 hipz_galpa_store_cq(cq->galpas.kernel, cqx_n1,
97 cqx_n1_reg = hipz_galpa_load_cq(cq->galpas.kernel, cqx_n1);
H A Dhcp_phyp.h81 int hcp_galpas_ctor(struct h_galpas *galpas, int is_user,
84 int hcp_galpas_dtor(struct h_galpas *galpas);
H A Dehca_classes.h81 struct h_galpas galpas; member in struct:ehca_eq
125 struct h_galpas galpas; member in struct:ehca_shca
197 struct h_galpas galpas; member in struct:ehca_qp
240 struct h_galpas galpas; member in struct:ehca_cq
288 struct h_galpas galpas; member in struct:ehca_mr
297 struct h_galpas galpas; member in struct:ehca_mw
475 struct h_galpas galpas; member in struct:ehca_alloc_qp_parms
H A Dehca_mcast.c86 my_qp->galpas.kernel,
123 my_qp->galpas.kernel,
H A Dehca_uverbs.c105 static int ehca_mmap_fw(struct vm_area_struct *vma, struct h_galpas *galpas, argument
117 physical = galpas->user.fw_handle;
169 ret = ehca_mmap_fw(vma, &cq->galpas, &cq->mm_count_galpa);
206 ret = ehca_mmap_fw(vma, &qp->galpas, &qp->mm_count_galpa);
H A Dehca_cq.c232 my_cq->galpas.
269 gal = my_cq->galpas.kernel;
296 (my_cq->galpas.user.fw_handle & (PAGE_SIZE - 1));
H A Dehca_qp.c330 my_qp->galpas.kernel);
722 my_qp->galpas = parms.galpas;
908 (my_qp->galpas.user.fw_handle & (PAGE_SIZE - 1));
1015 mqpcb, my_qp->galpas.kernel);
1029 mqpcb, my_qp->galpas.kernel);
1043 mqpcb, my_qp->galpas.kernel);
1267 mqpcb, my_qp->galpas.kernel);
1697 mqpcb, my_qp->galpas.kernel);
1728 my_qp->galpas
[all...]
H A Dhcp_if.c286 rc = hcp_galpas_ctor(&cq->galpas, 0, outs[5], outs[6]);
373 rc = hcp_galpas_ctor(&parms->galpas, is_user, outs[6], outs[6]);
606 ret = hcp_galpas_dtor(&qp->galpas);
608 ehca_gen_err("Could not destruct qp->galpas");
709 ret = hcp_galpas_dtor(&cq->galpas);
711 ehca_gen_err("Could not destruct cp->galpas");
732 ret = hcp_galpas_dtor(&eq->galpas);
734 ehca_gen_err("Could not destruct eq->galpas");
H A Dehca_sqp.c82 ehca_qp->galpas.kernel,
H A Dehca_irq.c461 struct h_galpa gal = cq->galpas.kernel;
H A Dehca_mrmw.c2288 memset(&mr->galpas, 0, sizeof(mr->galpas));

Completed in 77 milliseconds