TD_HASH_SIZE
#define TD_HASH_FUNC(td_dma) ((td_dma ^ (td_dma >> 6)) % TD_HASH_SIZE)
struct td *td_hash [TD_HASH_SIZE];