Searched refs:routs (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c523 int routs; local
649 routs = pp_post_recv(ctx, ctx->rx_depth);
650 if (routs < ctx->rx_depth) {
651 fprintf(stderr, "Couldn't post receive (%d)\n", routs);
770 if (--routs <= 1) {
771 routs += pp_post_recv(ctx, ctx->rx_depth - routs);
772 if (routs < ctx->rx_depth) {
775 routs);
H A Duc_pingpong.c508 int routs; local
634 routs = pp_post_recv(ctx, ctx->rx_depth);
635 if (routs < ctx->rx_depth) {
636 fprintf(stderr, "Couldn't post receive (%d)\n", routs);
752 if (--routs <= 1) {
753 routs += pp_post_recv(ctx, ctx->rx_depth - routs);
754 if (routs < ctx->rx_depth) {
757 routs);
H A Dud_pingpong.c515 int routs; local
632 routs = pp_post_recv(ctx, ctx->rx_depth);
633 if (routs < ctx->rx_depth) {
634 fprintf(stderr, "Couldn't post receive (%d)\n", routs);
746 if (--routs <= 1) {
747 routs += pp_post_recv(ctx, ctx->rx_depth - routs);
748 if (routs < ctx->rx_depth) {
751 routs);
H A Dsrq_pingpong.c591 int routs; local
734 routs = pp_post_recv(ctx, ctx->rx_depth);
735 if (routs < ctx->rx_depth) {
736 fprintf(stderr, "Couldn't post receive (%d)\n", routs);
867 if (--routs <= num_qp) {
868 routs += pp_post_recv(ctx, ctx->rx_depth - routs);
869 if (routs < ctx->rx_depth) {
872 routs);

Completed in 51 milliseconds