Searched refs:LNET_CPT_MASK (Results 1 – 1 of 1) sorted by relevance
76 #define LNET_CPT_MASK ((1ULL << LNET_CPT_BITS) - 1) macro117 unsigned int cpt = (cookie >> LNET_COOKIE_TYPE_BITS) & LNET_CPT_MASK; in lnet_cpt_of_cookie()