Home
last modified time | relevance | path

Searched refs:LNET_CPT_MASK (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h76 #define LNET_CPT_MASK ((1ULL << LNET_CPT_BITS) - 1) macro
117 unsigned int cpt = (cookie >> LNET_COOKIE_TYPE_BITS) & LNET_CPT_MASK; in lnet_cpt_of_cookie()