Home
last modified time | relevance | path

Searched refs:ehca2ib_return_code (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/infiniband/hw/ehca/
Dehca_mcast.c93 return ehca2ib_return_code(h_ret); in ehca_attach_mcast()
130 return ehca2ib_return_code(h_ret); in ehca_detach_mcast()
Dehca_qp.c335 ret = ehca2ib_return_code(h_ret); in init_qp_queue()
349 ret = ehca2ib_return_code(h_ret); in init_qp_queue()
716 ret = ehca2ib_return_code(h_ret); in internal_create_qp()
877 ret = ehca2ib_return_code(h_ret); in internal_create_qp()
1056 ret = ERR_PTR(ehca2ib_return_code(hret)); in ehca_create_srq()
1088 return ehca2ib_return_code(h_ret); in prepare_sqe_rts()
1178 return ehca2ib_return_code(h_ret); in check_for_left_cqes()
1272 ret = ehca2ib_return_code(h_ret); in internal_modify_qp()
1700 ret = ehca2ib_return_code(h_ret); in internal_modify_qp()
1731 ret = ehca2ib_return_code(h_ret); in internal_modify_qp()
[all …]
Dehca_tools.h154 int ehca2ib_return_code(u64 ehca_rc);
Dehca_mrmw.c623 ret = ehca2ib_return_code(h_ret); in ehca_query_mr()
673 ret = ehca2ib_return_code(h_ret); in ehca_dereg_mr()
713 ib_mw = ERR_PTR(ehca2ib_return_code(h_ret)); in ehca_alloc_mw()
756 return ehca2ib_return_code(h_ret); in ehca_dealloc_mw()
1002 ret = ehca2ib_return_code(h_ret); in ehca_dealloc_fmr()
1048 ret = ehca2ib_return_code(h_ret); in ehca_reg_mr()
1167 ret = ehca2ib_return_code(h_ret); in ehca_reg_mr_rpages()
1178 ret = ehca2ib_return_code(h_ret); in ehca_reg_mr_rpages()
1345 ret = ehca2ib_return_code(h_ret); in ehca_rereg_mr()
1433 ret = ehca2ib_return_code(h_ret); in ehca_unmap_one_fmr()
[all …]
Dehca_cq.c202 cq = ERR_PTR(ehca2ib_return_code(h_ret)); in ehca_create_cq()
372 return ehca2ib_return_code(h_ret); in ehca_destroy_cq()
Dehca_main.c149 int ehca2ib_return_code(u64 ehca_rc) in ehca2ib_return_code() function