ADM_MAX_XFER
single_desc->len = (remainder > ADM_MAX_XFER) ?
ADM_MAX_XFER : remainder;
single_count = sg_nents_for_dma(sgl, sg_len, ADM_MAX_XFER);