MSCP_HASH_SIZE
#define MSCP_HASH(x) ((((long)(x))>>MSCP_HASH_SHIFT) & (MSCP_HASH_SIZE - 1))
struct uha_mscp *sc_mscphash[MSCP_HASH_SIZE];