Searched defs:srq_attached (Results 1 - 2 of 2) 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...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h508 DAT_BOOLEAN srq_attached; member in struct:dapl_ep

Completed in 18 milliseconds