MAX_READ_BUF_SIZE
buf = malloc(min(mr->len, MAX_READ_BUF_SIZE), M_CXGBE, M_WAITOK);
n = min(remaining, MAX_READ_BUF_SIZE);