Searched refs:ipz_hca_handle (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_eq.c76 ret = hipz_h_alloc_resource_eq(shca->ipz_hca_handle,
105 ret = hipz_h_register_rpage_eq(shca->ipz_hca_handle,
150 hipz_h_destroy_eq(shca->ipz_hca_handle, eq);
175 h_ret = hipz_h_destroy_eq(shca->ipz_hca_handle, eq);
H A Dehca_hca.c59 if (hipz_h_query_hca(shca->ipz_hca_handle, rblock) != H_SUCCESS) {
119 if (hipz_h_query_port(shca->ipz_hca_handle, port, rblock) != H_SUCCESS) {
192 if (hipz_h_query_port(shca->ipz_hca_handle, port, rblock) != H_SUCCESS) {
225 if (hipz_h_query_port(shca->ipz_hca_handle, port, rblock) != H_SUCCESS) {
273 if (hipz_h_query_port(shca->ipz_hca_handle, port, rblock) != H_SUCCESS) {
282 hret = hipz_h_modify_port(shca->ipz_hca_handle, port,
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_sqp.c77 ret = hipz_h_define_aqp1(shca->ipz_hca_handle,
H A Dehca_mrmw.c533 h_ret = hipz_h_query_mr(shca->ipz_hca_handle, e_mr, &hipzout);
537 h_ret, mr, shca->ipz_hca_handle.handle,
593 h_ret = hipz_h_free_resource_mr(shca->ipz_hca_handle, e_mr);
597 h_ret, shca, e_mr, shca->ipz_hca_handle.handle,
633 h_ret = hipz_h_alloc_resource_mw(shca->ipz_hca_handle, e_mw,
638 h_ret, shca, shca->ipz_hca_handle.handle, e_mw);
676 h_ret = hipz_h_free_resource_mw(shca->ipz_hca_handle, e_mw);
680 h_ret, shca, mw, mw->rkey, shca->ipz_hca_handle.handle,
919 h_ret = hipz_h_free_resource_mr(shca->ipz_hca_handle, e_fmr);
923 h_ret, e_fmr, shca->ipz_hca_handle
[all...]
H A Dehca_qp.c285 struct ipz_adapter_handle ipz_hca_handle = shca->ipz_hca_handle; local
316 h_ret = hipz_h_register_rpage_qp(ipz_hca_handle,
343 h_ret = hipz_h_register_rpage_qp(ipz_hca_handle,
517 h_ret = hipz_h_alloc_resource_qp(shca->ipz_hca_handle, my_qp, &parms);
673 hipz_h_destroy_qp(shca->ipz_hca_handle, my_qp);
701 h_ret = hipz_h_disable_and_get_wqe(shca->ipz_hca_handle,
778 h_ret = hipz_h_query_qp(shca->ipz_hca_handle,
1127 h_ret = hipz_h_modify_qp(shca->ipz_hca_handle,
1157 h_ret = hipz_h_modify_qp(shca->ipz_hca_handle,
[all...]
H A Dehca_main.c220 h_ret = hipz_h_query_hca(shca->ipz_hca_handle, rblock);
272 if (hipz_h_query_hca(shca->ipz_hca_handle, rblock) != H_SUCCESS) {
483 if (hipz_h_query_hca(shca->ipz_hca_handle, rblock) != H_SUCCESS) { \
521 return sprintf(buf, "%lx\n", shca->ipz_hca_handle.handle);
578 shca->ipz_hca_handle.handle = *handle;
H A Dehca_cq.c154 adapter_handle = shca->ipz_hca_handle;
324 struct ipz_adapter_handle adapter_handle = shca->ipz_hca_handle;
H A Dehca_classes.h102 struct ipz_adapter_handle ipz_hca_handle; member in struct:ehca_shca
H A Dehca_irq.c147 ret = hipz_h_error_data(shca->ipz_hca_handle,
384 ret = hipz_h_reset_event(shca->ipz_hca_handle,
459 shca->ipz_hca_handle, eq->ist);

Completed in 66 milliseconds