Searched refs:routs (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | rc_pingpong.c | 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() [all …]
|
H A D | uc_pingpong.c | 550 int routs; in main() local 677 routs = pp_post_recv(ctx, ctx->rx_depth); in main() 678 if (routs < ctx->rx_depth) { in main() 679 fprintf(stderr, "Couldn't post receive (%d)\n", routs); in main() 801 if (--routs <= 1) { in main() 802 routs += pp_post_recv(ctx, ctx->rx_depth - routs); in main() 803 if (routs < ctx->rx_depth) { in main() 806 routs); in main()
|
H A D | ud_pingpong.c | 572 int routs; in main() local 690 routs = pp_post_recv(ctx, ctx->rx_depth); in main() 691 if (routs < ctx->rx_depth) { in main() 692 fprintf(stderr, "Couldn't post receive (%d)\n", routs); in main() 807 if (--routs <= 1) { in main() 808 routs += pp_post_recv(ctx, ctx->rx_depth - routs); in main() 809 if (routs < ctx->rx_depth) { in main() 812 routs); in main()
|
H A D | srq_pingpong.c | 644 int routs; in main() local 791 routs = pp_post_recv(ctx, ctx->rx_depth); in main() 792 if (routs < ctx->rx_depth) { in main() 793 fprintf(stderr, "Couldn't post receive (%d)\n", routs); in main() 931 if (--routs <= num_qp) { in main() 932 routs += pp_post_recv(ctx, ctx->rx_depth - routs); in main() 933 if (routs < ctx->rx_depth) { in main() 936 routs); in main()
|