Lines Matching defs:outbuf
287 unsigned long inbuf, outbuf;
299 outbuf = (unsigned long)out;
300 if (check_constraints(outbuf, outlen, false))
334 if ((outbuf & NX842_HW_PAGE_MASK) ==
335 ((outbuf + *outlen - 1) & NX842_HW_PAGE_MASK)) {
337 op.out = nx842_get_pa((void *)outbuf);
341 nx842_build_scatterlist(outbuf, *outlen, &slout);
417 unsigned long inbuf, outbuf;
430 outbuf = (unsigned long)out;
431 if (check_constraints(outbuf, outlen, false))
466 if ((outbuf & NX842_HW_PAGE_MASK) ==
467 ((outbuf + *outlen - 1) & NX842_HW_PAGE_MASK)) {
469 op.out = nx842_get_pa((void *)outbuf);
473 nx842_build_scatterlist(outbuf, *outlen, &slout);