Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/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.c620 ret = ehca2ib_return_code(h_ret); in ehca_query_mr()
670 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_tools.h153 int ehca2ib_return_code(u64 ehca_rc);
Dehca_cq.c195 cq = ERR_PTR(ehca2ib_return_code(h_ret)); in ehca_create_cq()
366 return ehca2ib_return_code(h_ret); in ehca_destroy_cq()
Dehca_main.c150 int ehca2ib_return_code(u64 ehca_rc) in ehca2ib_return_code() function