Home
last modified time | relevance | path

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

/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()
712 ret = ehca2ib_return_code(h_ret); in internal_create_qp()
873 ret = ehca2ib_return_code(h_ret); in internal_create_qp()
1055 ret = ERR_PTR(ehca2ib_return_code(hret)); in ehca_create_srq()
1087 return ehca2ib_return_code(h_ret); in prepare_sqe_rts()
1177 return ehca2ib_return_code(h_ret); in check_for_left_cqes()
1271 ret = ehca2ib_return_code(h_ret); in internal_modify_qp()
1699 ret = ehca2ib_return_code(h_ret); in internal_modify_qp()
1730 ret = ehca2ib_return_code(h_ret); in internal_modify_qp()
[all …]
Dehca_mrmw.c623 ret = ehca2ib_return_code(h_ret); in ehca_query_mr()
673 ret = ehca2ib_return_code(h_ret); in ehca_dereg_mr()
716 ib_mw = ERR_PTR(ehca2ib_return_code(h_ret)); in ehca_alloc_mw()
759 return ehca2ib_return_code(h_ret); in ehca_dealloc_mw()
1005 ret = ehca2ib_return_code(h_ret); in ehca_dealloc_fmr()
1051 ret = ehca2ib_return_code(h_ret); in ehca_reg_mr()
1170 ret = ehca2ib_return_code(h_ret); in ehca_reg_mr_rpages()
1181 ret = ehca2ib_return_code(h_ret); in ehca_reg_mr_rpages()
1348 ret = ehca2ib_return_code(h_ret); in ehca_rereg_mr()
1436 ret = ehca2ib_return_code(h_ret); in ehca_unmap_one_fmr()
[all …]
Dehca_tools.h153 int ehca2ib_return_code(u64 ehca_rc);
Dehca_cq.c189 cq = ERR_PTR(ehca2ib_return_code(h_ret)); in ehca_create_cq()
359 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