Lines Matching defs:outbuf
151 void __iomem *outbuf;
546 dev_err(&perf->ntb->dev, "Failed to set outbuf translation\n");
808 vbase = peer->outbuf;
936 bnd_dst = peer->outbuf + peer->outbuf_size;
937 flt_dst = peer->outbuf;
954 if (flt_dst >= bnd_dst || flt_dst < peer->outbuf) {
955 flt_dst = peer->outbuf;
1227 "\tOut buffer addr 0x%pK\n", peer->outbuf);
1421 peer->outbuf = devm_ioremap_wc(&perf->ntb->dev, phys_addr,
1423 if (!peer->outbuf)
1431 "Peer %d outbuf reduced to %pa\n", peer->pidx,