Home
last modified time | relevance | path

Searched refs:DAPL_NOTIFY (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_enable.c84 dat_status = DAPL_NOTIFY(evd_ptr)( in dapl_evd_enable()
H A Ddapl_evd_dto_callb.c124 dat_status = DAPL_NOTIFY(evd_ptr)( in dapl_evd_dto_callback()
H A Ddapl_evd_modify_cno.c136 dat_status = DAPL_NOTIFY(evd_ptr)( in dapl_evd_modify_cno()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c487 retval = DAPL_NOTIFY(evd_ptr)(cq_handle, IB_NOTIFY_ON_NEXT_COMP, 0); in dapls_set_cq_notify()
507 retval = DAPL_NOTIFY(evd_ptr)(cq_handle, IB_NOTIFY_ON_NEXT_NCOMP, in dapls_set_cqN_notify()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h354 #define DAPL_NOTIFY(x) (x->header.owner_ia->hca_ptr->cq_notify) macro