Searched refs:ptl_options (Results 1 – 2 of 2) sorted by relevance
686 return !!(ptl->ptl_options & LNET_PTL_LAZY); in lnet_ptl_is_lazy()692 return !!(ptl->ptl_options & LNET_PTL_MATCH_UNIQUE); in lnet_ptl_is_unique()698 return !!(ptl->ptl_options & LNET_PTL_MATCH_WILDCARD); in lnet_ptl_is_wildcard()704 ptl->ptl_options |= opt; in lnet_ptl_setopt()710 ptl->ptl_options &= ~opt; in lnet_ptl_unsetopt()
617 unsigned int ptl_options; member