Searched refs:MSCP_HASH_SIZE (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Duhavar.h36 #define MSCP_HASH_SIZE 32 /* hash table size for phystokv */ macro
38 #define MSCP_HASH(x) ((((long)(x))>>MSCP_HASH_SHIFT) & (MSCP_HASH_SIZE - 1))
57 struct uha_mscp *sc_mscphash[MSCP_HASH_SIZE];

Completed in 175 milliseconds