Lines Matching defs:from
63 "[-c from to size count]\n"
68 " c - Copy size bytes from BO (bo_id1) to BO (bo_id2), count times\n"
183 int submit_ib(uint32_t from, uint32_t to, uint64_t size, uint32_t count)
191 uint64_t src = virtual[from];
276 fprintf(stdout, "Submitted %u IBs to copy from %u(%lx) to %u(%lx) %lu bytes took %lu usec\n",
277 count, from, virtual[from], to, virtual[to], copied, delta / 1000);
322 uint32_t domain, from, to, count;
388 if (sscanf(optarg, "%u", &from) != 1) {
389 fprintf(stderr, "Can't parse from buffer: %s\n", optarg);
401 r = submit_ib(from, to, size, count);