Searched refs:DAPL_COOKIE (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_cookie.c | 96 DAPL_COOKIE **cookie_ptr); 101 DAPL_COOKIE *cookie); 151 buffer->pool = dapl_os_alloc(size * sizeof (DAPL_COOKIE)); in dapls_cb_create() 258 sizeof (DAPL_COOKIE)); in dapls_cb_free() 283 OUT DAPL_COOKIE **cookie_ptr) in dapls_cb_get() 325 IN DAPL_COOKIE *cookie) in dapls_cb_put() 355 OUT DAPL_COOKIE **cookie_ptr) in dapls_rmr_cookie_alloc() 357 DAPL_COOKIE *cookie; in dapls_rmr_cookie_alloc() 401 OUT DAPL_COOKIE **cookie_ptr) in dapls_dto_cookie_alloc() 403 DAPL_COOKIE *cookie; in dapls_dto_cookie_alloc() [all …]
|
H A D | dapl_rmr_bind.c | 90 DAPL_COOKIE *cookie; in dapli_rmr_bind_fuse() 193 DAPL_COOKIE *cookie; in dapli_rmr_bind_unfuse()
|
H A D | dapl_ep_post_recv.c | 81 DAPL_COOKIE *cookie; in dapl_ep_post_recv()
|
H A D | dapl_evd_util.c | 438 DAPL_COOKIE *dto_cookie; in dapli_evd_eh_print_cqe() 440 dto_cookie = (DAPL_COOKIE *) (uintptr_t)DAPL_GET_CQE_WRID(&cqe); in dapli_evd_eh_print_cqe() 939 DAPL_COOKIE *cookie; in dapli_evd_cqe_to_event() 954 cookie = (DAPL_COOKIE *)((uintptr_t)DAPL_GET_CQE_WRID(cqe_ptr)); in dapli_evd_cqe_to_event()
|
H A D | dapl_srq.c | 261 DAPL_COOKIE *cookie; in dapl_srq_post_recv()
|
H A D | dapl_ep_util.c | 304 DAPL_COOKIE *cookie; in dapl_ep_post_send_req()
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl_cookie.h | 72 OUT DAPL_COOKIE **cookie_ptr); 79 OUT DAPL_COOKIE **cookie_ptr); 84 IN DAPL_COOKIE *cookie);
|
H A D | dapl_adapter_util.h | 214 IN DAPL_COOKIE *cookie, 224 IN DAPL_COOKIE *cookie, 300 IN DAPL_COOKIE *dto_cookie, 307 IN DAPL_COOKIE *dto_cookie, 312 IN DAPL_COOKIE *dto_cookie, 319 IN DAPL_COOKIE *dto_cookie, 328 IN DAPL_COOKIE *dto_cookie,
|
H A D | dapl.h | 258 typedef struct dapl_cookie DAPL_COOKIE; typedef 290 DAPL_COOKIE *pool;
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_ibtf_dto.c | 53 IN DAPL_COOKIE *cookie, in dapls_ib_post_recv() 152 IN DAPL_COOKIE *cookie, in dapls_ib_post_recv_one() 221 IN DAPL_COOKIE *cookie, in dapls_ib_post_srq() 303 IN DAPL_COOKIE *cookie, in dapls_ib_post_send() 456 IN DAPL_COOKIE *cookie, in dapls_ib_post_send_one()
|
H A D | dapl_tavor_ibtf_util.c | 1135 IN DAPL_COOKIE *cookie, in dapls_ib_mw_bind() 1234 IN DAPL_COOKIE *cookie, in dapls_ib_mw_unbind()
|