Home
last modified time | relevance | path

Searched refs:IBV_SEND_SIGNALED (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ofed/libcxgb4/
H A Dqp.c346 if (wr->send_flags & IBV_SEND_SIGNALED || qhp->sq_sig_all) in c4iw_post_send()
388 swsqe->signaled = (wr->send_flags & IBV_SEND_SIGNALED) || in c4iw_post_send()
/freebsd/contrib/ofed/librdmacm/examples/
H A Drping.c383 cb->sq_wr.send_flags = IBV_SEND_SIGNALED; in rping_setup_wr()
389 cb->rdma_sq_wr.send_flags = IBV_SEND_SIGNALED; in rping_setup_wr()
H A Dudaddy.c543 ret = post_sends(&test.nodes[i], IBV_SEND_SIGNALED); in run_server()
/freebsd/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c313 ctx->send_flags = IBV_SEND_SIGNALED; in pp_init_ctx()
H A Dud_pingpong.c309 ctx->send_flags = IBV_SEND_SIGNALED; in pp_init_ctx()
H A Drc_pingpong.c341 ctx->send_flags = IBV_SEND_SIGNALED; in pp_init_ctx()
H A Dsrq_pingpong.c364 ctx->send_flags = IBV_SEND_SIGNALED; in pp_init_ctx()
H A Dxsrq_pingpong.c781 IBV_SEND_SIGNALED : 0; in pp_post_send()
/freebsd/contrib/ofed/libmlx4/
H A Dqp.c256 (wr->send_flags & IBV_SEND_SIGNALED ? in mlx4_post_send()
/freebsd/contrib/ofed/libmlx5/
H A Dqp.c677 (wr->send_flags & IBV_SEND_SIGNALED ? in _mlx5_post_send()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h929 IBV_SEND_SIGNALED = 1 << 1, enumerator
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c1684 if ((ib_wr->send_flags & IBV_SEND_SIGNALED) || in irdma_upost_send()