Searched refs:ipz_hca_handle (Results 1 - 10 of 10) 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 Dehca_eq.c77 h_ret = hipz_h_alloc_resource_eq(shca->ipz_hca_handle,
105 h_ret = hipz_h_register_rpage_eq(shca->ipz_hca_handle,
150 hipz_h_destroy_eq(shca->ipz_hca_handle, eq);
180 h_ret = hipz_h_destroy_eq(shca->ipz_hca_handle, eq);
H A Dehca_mcast.c84 h_ret = hipz_h_attach_mcqp(shca->ipz_hca_handle,
121 h_ret = hipz_h_detach_mcqp(shca->ipz_hca_handle,
H A Dehca_hca.c80 if (hipz_h_query_hca(shca->ipz_hca_handle, rblock) != H_SUCCESS) {
197 h_ret = hipz_h_query_port(shca->ipz_hca_handle, port, rblock);
258 h_ret = hipz_h_query_port(shca->ipz_hca_handle, port, rblock);
300 h_ret = hipz_h_query_port(shca->ipz_hca_handle, port, rblock);
335 h_ret = hipz_h_query_port(shca->ipz_hca_handle, port, rblock);
385 hret = hipz_h_query_port(shca->ipz_hca_handle, port, rblock);
395 hret = hipz_h_modify_port(shca->ipz_hca_handle, port,
H A Dehca_mrmw.c617 h_ret = hipz_h_query_mr(shca->ipz_hca_handle, e_mr, &hipzout);
621 h_ret, mr, shca->ipz_hca_handle.handle,
667 h_ret = hipz_h_free_resource_mr(shca->ipz_hca_handle, e_mr);
671 h_ret, shca, e_mr, shca->ipz_hca_handle.handle,
707 h_ret = hipz_h_alloc_resource_mw(shca->ipz_hca_handle, e_mw,
712 h_ret, shca, shca->ipz_hca_handle.handle, e_mw);
750 h_ret = hipz_h_free_resource_mw(shca->ipz_hca_handle, e_mw);
754 h_ret, shca, mw, mw->rkey, shca->ipz_hca_handle.handle,
996 h_ret = hipz_h_free_resource_mr(shca->ipz_hca_handle, e_fmr);
1000 h_ret, e_fmr, shca->ipz_hca_handle
[all...]
H A Dehca_qp.c292 struct ipz_adapter_handle ipz_hca_handle = shca->ipz_hca_handle; local
326 h_ret = hipz_h_register_rpage_qp(ipz_hca_handle,
712 h_ret = hipz_h_alloc_resource_qp(shca->ipz_hca_handle, &parms, is_user);
942 hipz_h_destroy_qp(shca->ipz_hca_handle, my_qp);
1011 hret = hipz_h_modify_qp(shca->ipz_hca_handle,
1025 hret = hipz_h_modify_qp(shca->ipz_hca_handle,
1039 hret = hipz_h_modify_qp(shca->ipz_hca_handle,
1081 h_ret = hipz_h_disable_and_get_wqe(shca->ipz_hca_handle,
1171 h_ret = hipz_h_disable_and_get_wqe(shca->ipz_hca_handle,
[all...]
H A Dehca_cq.c163 adapter_handle = shca->ipz_hca_handle;
334 struct ipz_adapter_handle adapter_handle = shca->ipz_hca_handle;
H A Dehca_main.c306 h_ret = hipz_h_query_hca(shca->ipz_hca_handle, rblock);
394 h_ret = hipz_h_query_port(shca->ipz_hca_handle, 1, port);
420 if (hipz_h_query_hca(shca->ipz_hca_handle, rblock) != H_SUCCESS) {
650 if (hipz_h_query_hca(shca->ipz_hca_handle, rblock) != H_SUCCESS) { \
688 return sprintf(buf, "%llx\n", shca->ipz_hca_handle.handle);
754 shca->ipz_hca_handle.handle = *handle;
H A Dehca_sqp.c80 ret = hipz_h_define_aqp1(shca->ipz_hca_handle,
H A Dehca_classes.h119 struct ipz_adapter_handle ipz_hca_handle; member in struct:ehca_shca
H A Dehca_irq.c150 ret = hipz_h_error_data(shca->ipz_hca_handle,
493 ret = hipz_h_reset_event(shca->ipz_hca_handle,
563 shca->ipz_hca_handle, eq->ist);

Completed in 46 milliseconds