Home
last modified time | relevance | path

Searched refs:DAPL_SEND (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_dto.c432 retval = DAPL_SEND(ep_ptr)(ep_ptr, &ps_wr, suppress_notification); in dapls_ib_post_send()
537 retval = DAPL_SEND(ep_ptr)(ep_ptr, &ps_wr, suppress_notification); in dapls_ib_post_send_one()
H A Ddapl_tavor_ibtf_util.c1198 retval = DAPL_SEND(ep)(ep, &wre, suppress_notification); in dapls_ib_mw_bind()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h348 #define DAPL_SEND(x) (x->header.owner_ia->hca_ptr->post_send) macro