SVC_BUF_SIZE
kbuf = stratix10_svc_allocate_memory(priv->chan, SVC_BUF_SIZE);
xfer_sz = count < SVC_BUF_SIZE ? count : SVC_BUF_SIZE;