Typedef idma_mut_tf_t
typedef struct packed {
        tf_len_t length;
        addr_t   addr;
        logic    valid;
        addr_t   base_addr;
        user_t   user;
    } idma_mut_tf_t;
The mutable transfer type holds important information that is mutated by the
legalizer block.