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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dhcp_phyp.c57 int hcp_galpas_ctor(struct h_galpas *galpas, argument
60 int ret = hcall_map_page(paddr_kernel, &galpas->kernel.fw_handle);
64 galpas->user.fw_handle = paddr_user;
69 int hcp_galpas_dtor(struct h_galpas *galpas) argument
71 if (galpas->kernel.fw_handle) {
72 int ret = hcall_unmap_page(galpas->kernel.fw_handle);
77 galpas->user.fw_handle = galpas->kernel.fw_handle = 0;
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,
84 int hcp_galpas_dtor(struct h_galpas *galpas);
H A Dehca_classes.h79 struct h_galpas galpas; member in struct:ehca_eq
108 struct h_galpas galpas; member in struct:ehca_shca
123 struct h_galpas galpas; member in struct:ehca_qp
149 struct h_galpas galpas; member in struct:ehca_cq
195 struct h_galpas galpas; member in struct:ehca_mr
207 struct h_galpas galpas; member in struct:ehca_mw
H A Dehca_mcast.c86 my_qp->galpas.kernel,
123 my_qp->galpas.kernel,
H A Dehca_sqp.c79 ehca_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.c218 my_cq->galpas.
255 gal = my_cq->galpas.kernel;
H A Dhcp_if.c278 hcp_galpas_ctor(&cq->galpas, outs[5], outs[6]);
348 hcp_galpas_ctor(&qp->galpas, outs[6], outs[6]);
569 ret = hcp_galpas_dtor(&qp->galpas);
571 ehca_gen_err("Could not destruct qp->galpas");
672 ret = hcp_galpas_dtor(&cq->galpas);
674 ehca_gen_err("Could not destruct cp->galpas");
695 ret = hcp_galpas_dtor(&eq->galpas);
697 ehca_gen_err("Could not destruct eq->galpas");
H A Dehca_qp.c320 my_qp->galpas.kernel);
346 rpage, 1,my_qp->galpas.kernel);
781 mqpcb, my_qp->galpas.kernel);
1131 mqpcb, my_qp->galpas.kernel);
1162 my_qp->galpas.kernel);
1251 qpcb, my_qp->galpas.kernel);
H A Dehca_irq.c352 struct h_galpa gal = cq->galpas.kernel;
H A Dehca_mrmw.c2232 memset(&mr->galpas, 0, sizeof(mr->galpas));

Completed in 114 milliseconds