Searched refs:srq_attached (Results 1 – 6 of 6) sorted by relevance
88 IN DAT_BOOLEAN srq_attached) in dapl_ep_alloc() argument145 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() local550 srq_attached = DAT_FALSE; in dapl_ep_create_common()564 srq_attached = DAT_TRUE; in dapl_ep_create_common()569 (srq_attached ? DAT_INVALID_ARG8 : DAT_INVALID_ARG7)); in dapl_ep_create_common()574 if ((srq_attached && (ep_attr == NULL)) || (uintptr_t)ep_attr & 3) { in dapl_ep_create_common()576 (srq_attached ? DAT_INVALID_ARG7 : DAT_INVALID_ARG6)); in dapl_ep_create_common()597 (srq_attached ? DAT_INVALID_ARG7 : in dapl_ep_create_common()[all …]
101 if (ep_ptr->srq_attached) { in dapl_ep_post_recv()
868 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()
153 if (!ep1->srq_attached) { in dapl_ep_modify()
54 IN DAT_BOOLEAN srq_attached);
502 DAT_BOOLEAN srq_attached; member