SCB_HASH_SIZE
#define SCB_HASH(x) ((((long)(x))>>SCB_HASH_SHIFT) & (SCB_HASH_SIZE - 1))
struct wds_scb *sc_scbhash[SCB_HASH_SIZE];