Lines Matching refs:routs
594 int *rcnt, int *routs, int iters, in parse_single_wc() argument
612 if (--(*routs) <= 1) { in parse_single_wc()
613 *routs += pp_post_recv(ctx, ctx->rx_depth - *routs); in parse_single_wc()
614 if (*routs < ctx->rx_depth) { in parse_single_wc()
617 *routs); in parse_single_wc()
705 int routs; in main() local
852 routs = pp_post_recv(ctx, ctx->rx_depth); in main()
853 if (routs < ctx->rx_depth) { in main()
854 fprintf(stderr, "Couldn't post receive (%d)\n", routs); in main()
962 ret = parse_single_wc(ctx, &scnt, &rcnt, &routs, in main()
974 ret = parse_single_wc(ctx, &scnt, &rcnt, &routs, in main()
998 ret = parse_single_wc(ctx, &scnt, &rcnt, &routs, in main()