Lines Matching defs:outbuf
314 unsigned long inbuf, outbuf;
326 outbuf = (unsigned long)out;
327 if (check_constraints(outbuf, outlen, false))
361 if ((outbuf & NX842_HW_PAGE_MASK) ==
362 ((outbuf + *outlen - 1) & NX842_HW_PAGE_MASK)) {
364 op.out = nx842_get_pa((void *)outbuf);
368 nx842_build_scatterlist(outbuf, *outlen, &slout);
444 unsigned long inbuf, outbuf;
457 outbuf = (unsigned long)out;
458 if (check_constraints(outbuf, outlen, false))
493 if ((outbuf & NX842_HW_PAGE_MASK) ==
494 ((outbuf + *outlen - 1) & NX842_HW_PAGE_MASK)) {
496 op.out = nx842_get_pa((void *)outbuf);
500 nx842_build_scatterlist(outbuf, *outlen, &slout);