Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ep_util.c88 IN DAT_BOOLEAN srq_attached) in dapl_ep_alloc() argument
145 ep_ptr->srq_attached = srq_attached; in dapl_ep_alloc()
154 if (!srq_attached) { in dapl_ep_alloc()
489 DAT_BOOLEAN srq_attached; in dapl_ep_create_common() local
550 srq_attached = DAT_FALSE; in dapl_ep_create_common()
564 srq_attached = DAT_TRUE; in dapl_ep_create_common()
597 (srq_attached ? DAT_INVALID_ARG7 : in dapl_ep_create_common()
602 if (srq_attached) { in dapl_ep_create_common()
637 (srq_attached ? DAT_INVALID_ARG7 : in dapl_ep_create_common()
650 if ((!srq_attached) && in dapl_ep_create_common()
[all …]
H A Ddapl_ep_post_recv.c101 if (ep_ptr->srq_attached) { in dapl_ep_post_recv()
H A Ddapl_evd_util.c868 dapl_os_assert(!ep_ptr->srq_attached || in dapls_evd_post_premature_events()
877 if (ep_ptr->srq_attached && in dapls_evd_post_premature_events()
906 if (ep_ptr->srq_attached) { in dapls_evd_post_premature_events()
H A Ddapl_ep_modify.c153 if (!ep1->srq_attached) { in dapl_ep_modify()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_ep_util.h54 IN DAT_BOOLEAN srq_attached);
H A Ddapl.h502 DAT_BOOLEAN srq_attached; member