CCB_HASH_SIZE
#define CCB_HASH(x) ((((x)) >> CCB_HASH_SHIFT) & (CCB_HASH_SIZE - 1))
struct adw_ccb *sc_ccbhash[CCB_HASH_SIZE];