Home
last modified time | relevance | path

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

/drivers/infiniband/core/
Diwpm_util.c37 #define IWPM_HASH_BUCKET_MASK (IWPM_HASH_BUCKET_SIZE - 1) macro
436 return &iwpm_hash_bucket[hash & IWPM_HASH_BUCKET_MASK]; in get_hash_bucket_head()