Searched refs:pp_post_recv (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | uc_pingpong.c | 473 static int pp_post_recv(struct pingpong_context *ctx, int n) in pp_post_recv() function 677 routs = pp_post_recv(ctx, ctx->rx_depth); in main() 802 routs += pp_post_recv(ctx, ctx->rx_depth - routs); in main()
|
H A D | ud_pingpong.c | 490 static int pp_post_recv(struct pingpong_context *ctx, int n) in pp_post_recv() function 690 routs = pp_post_recv(ctx, ctx->rx_depth); in main() 808 routs += pp_post_recv(ctx, ctx->rx_depth - routs); in main()
|
H A D | rc_pingpong.c | 543 static int pp_post_recv(struct pingpong_context *ctx, int n) in pp_post_recv() function 613 *routs += pp_post_recv(ctx, ctx->rx_depth - *routs); in parse_single_wc() 852 routs = pp_post_recv(ctx, ctx->rx_depth); in main()
|
H A D | srq_pingpong.c | 553 static int pp_post_recv(struct pingpong_context *ctx, int n) in pp_post_recv() function 791 routs = pp_post_recv(ctx, ctx->rx_depth); in main() 932 routs += pp_post_recv(ctx, ctx->rx_depth - routs); in main()
|
H A D | xsrq_pingpong.c | 735 static int pp_post_recv(int cnt) in pp_post_recv() function 950 if (pp_post_recv(ctx.num_clients)) { in main() 989 pp_post_recv(ne); in main()
|