Home
last modified time | relevance | path

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

/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h62 #define LNET_CPT_BITS (the_lnet.ln_cpt_bits) macro
63 #define LNET_CPT_MASK ((1ULL << LNET_CPT_BITS) - 1)
/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c497 hash = cookie >> (LNET_COOKIE_TYPE_BITS + LNET_CPT_BITS); in lnet_res_lh_lookup()
512 unsigned int ibits = LNET_COOKIE_TYPE_BITS + LNET_CPT_BITS; in lnet_res_lh_initialize()
699 val = hash_long(key, LNET_CPT_BITS); in lnet_nid_cpt_hash()
Drouter_proc.c33 #define LNET_PROC_CPT_BITS (LNET_CPT_BITS + 1)