Typedef idma_r_req_t

typedef struct packed {
        r_dp_req_t          r_dp_req;
        read_meta_channel_t ar_req;
    } idma_r_req_t;

The iDMA read request bundles an AR type and a datapath read response type together.