Searched refs:pp_post_recv (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c469 static int pp_post_recv(struct pingpong_context *ctx, int n) function
673 routs = pp_post_recv(ctx, ctx->rx_depth);
798 routs += pp_post_recv(ctx, ctx->rx_depth - routs);
H A Dud_pingpong.c486 static int pp_post_recv(struct pingpong_context *ctx, int n) function
686 routs = pp_post_recv(ctx, ctx->rx_depth);
804 routs += pp_post_recv(ctx, ctx->rx_depth - routs);
H A Drc_pingpong.c539 static int pp_post_recv(struct pingpong_context *ctx, int n) function
609 *routs += pp_post_recv(ctx, ctx->rx_depth - *routs);
848 routs = pp_post_recv(ctx, ctx->rx_depth);
H A Dsrq_pingpong.c549 static int pp_post_recv(struct pingpong_context *ctx, int n) function
787 routs = pp_post_recv(ctx, ctx->rx_depth);
928 routs += pp_post_recv(ctx, ctx->rx_depth - routs);
H A Dxsrq_pingpong.c731 static int pp_post_recv(int cnt) function
946 if (pp_post_recv(ctx.num_clients)) {
985 pp_post_recv(ne);

Completed in 164 milliseconds