ECB_HASH_SIZE
#define ECB_HASH(x) ((((long)(x))>>ECB_HASH_SHIFT) & (ECB_HASH_SIZE - 1))
struct ahb_ecb *sc_ecbhash[ECB_HASH_SIZE];