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

/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ep_util.c88 IN DAT_BOOLEAN srq_attached)
145 ep_ptr->srq_attached = srq_attached;
154 if (!srq_attached) {
489 DAT_BOOLEAN srq_attached; local
550 srq_attached = DAT_FALSE;
564 srq_attached = DAT_TRUE;
569 (srq_attached ? DAT_INVALID_ARG8 : DAT_INVALID_ARG7));
574 if ((srq_attached && (ep_attr == NULL)) || (uintptr_t)ep_attr & 3) {
576 (srq_attached
85 dapl_ep_alloc( IN DAPL_IA *ia_ptr, IN const DAT_EP_ATTR *ep_attr, IN DAT_BOOLEAN srq_attached) argument
[all...]
H A Ddapl_ep_post_recv.c101 if (ep_ptr->srq_attached) {
H A Ddapl_evd_util.c859 * If srq_attached, premature events cannot exceed max_recv_dtos
861 dapl_os_assert(!ep_ptr->srq_attached ||
870 if (ep_ptr->srq_attached &&
899 if (ep_ptr->srq_attached) {
H A Ddapl_ep_modify.c153 if (!ep1->srq_attached) {
/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_ep_util.h54 IN DAT_BOOLEAN srq_attached);
H A Ddapl.h508 DAT_BOOLEAN srq_attached; member in struct:dapl_ep

Completed in 22 milliseconds