Searched refs:h_ret (Results 1 - 21 of 21) 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_mcast.c65 u64 subnet_prefix, interface_id, h_ret; local
84 h_ret = hipz_h_attach_mcqp(shca->ipz_hca_handle,
88 if (h_ret != H_SUCCESS)
91 "h_ret=%lli", my_qp, ibqp->qp_num, h_ret);
93 return ehca2ib_return_code(h_ret);
102 u64 subnet_prefix, interface_id, h_ret; local
121 h_ret = hipz_h_detach_mcqp(shca->ipz_hca_handle,
125 if (h_ret != H_SUCCESS)
128 "h_ret
[all...]
H A Dehca_eq.c58 u64 h_ret; local
77 h_ret = hipz_h_alloc_resource_eq(shca->ipz_hca_handle,
85 if (h_ret != H_SUCCESS) {
105 h_ret = hipz_h_register_rpage_eq(shca->ipz_hca_handle,
113 if (h_ret != H_SUCCESS || vpage)
116 if (h_ret != H_PAGE_REGISTERED)
170 u64 h_ret; local
180 h_ret = hipz_h_destroy_eq(shca->ipz_hca_handle, eq);
182 if (h_ret != H_SUCCESS) {
H A Dehca_cq.c130 u64 rpage, cqx_fec, h_ret; local
197 h_ret = hipz_h_alloc_resource_cq(adapter_handle, my_cq, &param);
199 if (h_ret != H_SUCCESS) {
201 "h_ret=%lli device=%p", h_ret, device);
202 cq = ERR_PTR(ehca2ib_return_code(h_ret));
225 h_ret = hipz_h_register_rpage_cq(adapter_handle,
235 if (h_ret < H_SUCCESS) {
237 "ehca_cq=%p cq_num=%x h_ret=%lli counter=%i "
239 h_ret, counte
328 u64 h_ret; local
[all...]
H A Dehca_mrmw.c192 ehca_err(&shca->ib_device, "h_ret=%li pd=%p mr_access_flags=%x",
304 ehca_err(pd->device, "h_ret=%li pd=%p phys_buf_array=%p "
600 u64 h_ret; local
617 h_ret = hipz_h_query_mr(shca->ipz_hca_handle, e_mr, &hipzout);
618 if (h_ret != H_SUCCESS) {
619 ehca_err(mr->device, "hipz_mr_query failed, h_ret=%lli mr=%p "
621 h_ret, mr, shca->ipz_hca_handle.handle,
623 ret = ehca2ib_return_code(h_ret);
647 u64 h_ret; local
667 h_ret
694 u64 h_ret; local
745 u64 h_ret; local
984 u64 h_ret; local
1033 u64 h_ret; local
1104 u64 h_ret; local
1208 u64 h_ret; local
1299 u64 h_ret; local
1387 u64 h_ret; local
1481 u64 h_ret; local
1538 u64 h_ret = 0; local
1695 u64 h_ret; local
[all...]
H A Dehca_hca.c186 u64 h_ret; local
197 h_ret = hipz_h_query_port(shca->ipz_hca_handle, port, rblock);
198 if (h_ret != H_SUCCESS) {
249 u64 h_ret; local
258 h_ret = hipz_h_query_port(shca->ipz_hca_handle, port, rblock);
259 if (h_ret != H_SUCCESS) {
284 u64 h_ret; local
300 h_ret = hipz_h_query_port(shca->ipz_hca_handle, port, rblock);
301 if (h_ret != H_SUCCESS) {
319 u64 h_ret; local
[all...]
H A Dehca_qp.c290 u64 rpage, h_ret; local
326 h_ret = hipz_h_register_rpage_qp(ipz_hca_handle,
332 if (h_ret != expected_hret) {
334 "h_ret=%lli", h_ret);
335 ret = ehca2ib_return_code(h_ret);
346 if (h_ret != H_PAGE_REGISTERED) {
348 "h_ret=%lli", h_ret);
349 ret = ehca2ib_return_code(h_ret);
463 u64 h_ret; local
1073 u64 h_ret; local
1162 u64 h_ret; local
1250 u64 h_ret; local
1898 u64 h_ret; local
2042 u64 h_ret; local
2099 u64 h_ret; local
2141 u64 h_ret; local
[all...]
H A Dehca_main.c281 u64 h_ret; local
306 h_ret = hipz_h_query_hca(shca->ipz_hca_handle, rblock);
307 if (h_ret != H_SUCCESS) {
308 ehca_gen_err("Cannot query device properties. h_ret=%lli",
309 h_ret);
394 h_ret = hipz_h_query_port(shca->ipz_hca_handle, 1, port);
395 if (h_ret != H_SUCCESS) {
396 ehca_gen_err("Cannot query port properties. h_ret=%lli",
397 h_ret);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsa_locl.h60 int *counter_ret, unsigned long *h_ret,
66 int *counter_ret, unsigned long *h_ret,
H A Ddsa_depr.c94 int *counter_ret, unsigned long *h_ret,
107 counter_ret, h_ret, &cb))
92 DSA_generate_parameters(int bits, unsigned char *seed_in, int seed_len, int *counter_ret, unsigned long *h_ret, void (*callback) (int, int, void *), void *cb_arg) argument
H A Ddsa_gen.c96 int *counter_ret, unsigned long *h_ret,
108 counter_ret, h_ret, cb);
113 counter_ret, h_ret, cb);
122 h_ret, cb);
129 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
368 if (h_ret != NULL)
369 *h_ret = h;
389 int *counter_ret, unsigned long *h_ret,
401 int *counter_ret, unsigned long *h_ret,
423 seed_out, counter_ret, h_ret, c
94 DSA_generate_parameters_ex(DSA *ret, int bits, const unsigned char *seed_in, int seed_len, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) argument
126 dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits, const EVP_MD *evpmd, const unsigned char *seed_in, size_t seed_len, unsigned char *seed_out, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) argument
398 dsa_builtin_paramgen2(DSA *ret, size_t L, size_t N, const EVP_MD *evpmd, const unsigned char *seed_in, size_t seed_len, int idx, unsigned char *seed_out, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) argument
[all...]
H A Ddsa.h149 int *counter_ret, unsigned long *h_ret,
228 int *counter_ret, unsigned long *h_ret, void
235 int *counter_ret, unsigned long *h_ret,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsa_locl.h60 int *counter_ret, unsigned long *h_ret,
66 int *counter_ret, unsigned long *h_ret,
H A Ddsa_depr.c94 int *counter_ret, unsigned long *h_ret,
107 counter_ret, h_ret, &cb))
92 DSA_generate_parameters(int bits, unsigned char *seed_in, int seed_len, int *counter_ret, unsigned long *h_ret, void (*callback) (int, int, void *), void *cb_arg) argument
H A Ddsa_gen.c96 int *counter_ret, unsigned long *h_ret,
108 counter_ret, h_ret, cb);
113 counter_ret, h_ret, cb);
122 h_ret, cb);
129 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
368 if (h_ret != NULL)
369 *h_ret = h;
389 int *counter_ret, unsigned long *h_ret,
401 int *counter_ret, unsigned long *h_ret,
423 seed_out, counter_ret, h_ret, c
94 DSA_generate_parameters_ex(DSA *ret, int bits, const unsigned char *seed_in, int seed_len, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) argument
126 dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits, const EVP_MD *evpmd, const unsigned char *seed_in, size_t seed_len, unsigned char *seed_out, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) argument
398 dsa_builtin_paramgen2(DSA *ret, size_t L, size_t N, const EVP_MD *evpmd, const unsigned char *seed_in, size_t seed_len, int idx, unsigned char *seed_out, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) argument
[all...]
H A Ddsa.h149 int *counter_ret, unsigned long *h_ret,
228 int *counter_ret, unsigned long *h_ret, void
235 int *counter_ret, unsigned long *h_ret,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_depr.c88 int *counter_ret, unsigned long *h_ret,
100 counter_ret, h_ret, &cb))
86 DSA_generate_parameters(int bits, unsigned char *seed_in, int seed_len, int *counter_ret, unsigned long *h_ret, void (*callback)(int, int, void *), void *cb_arg) argument
H A Ddsa_gen.c87 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
91 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
95 counter_ret, h_ret, cb);
97 counter_ret, h_ret, cb);
102 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
305 if (h_ret != NULL) *h_ret=h;
89 DSA_generate_parameters_ex(DSA *ret, int bits, unsigned char *seed_in, int seed_len, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) argument
100 dsa_builtin_paramgen(DSA *ret, int bits, unsigned char *seed_in, int seed_len, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) argument
H A Ddsa.h135 int *counter_ret, unsigned long *h_ret,
217 int *counter_ret, unsigned long *h_ret,void
224 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Ddsa.h135 int *counter_ret, unsigned long *h_ret,
217 int *counter_ret, unsigned long *h_ret,void
224 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_pmeth.c304 unsigned long *h_ret, BN_GENCB *cb);
311 unsigned long *h_ret, BN_GENCB *cb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_pmeth.c304 unsigned long *h_ret, BN_GENCB *cb);
311 unsigned long *h_ret, BN_GENCB *cb);

Completed in 100 milliseconds