Searched refs:ptl_options (Results 1 – 2 of 2) sorted by relevance
475 return !!(ptl->ptl_options & LNET_PTL_LAZY); in lnet_ptl_is_lazy()481 return !!(ptl->ptl_options & LNET_PTL_MATCH_UNIQUE); in lnet_ptl_is_unique()487 return !!(ptl->ptl_options & LNET_PTL_MATCH_WILDCARD); in lnet_ptl_is_wildcard()493 ptl->ptl_options |= opt; in lnet_ptl_setopt()499 ptl->ptl_options &= ~opt; in lnet_ptl_unsetopt()
473 unsigned int ptl_options; member