Home
last modified time | relevance | path

Searched refs:IBV_SEND_INLINE (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/ofed/librdmacm/examples/
H A Drdma_client.c72 send_flags = IBV_SEND_INLINE; in run()
88 if ((send_flags & IBV_SEND_INLINE) == 0) { in run()
130 if ((send_flags & IBV_SEND_INLINE) == 0) in run()
H A Drdma_server.c96 send_flags = IBV_SEND_INLINE; in run()
107 if ((send_flags & IBV_SEND_INLINE) == 0) { in run()
149 if ((send_flags & IBV_SEND_INLINE) == 0) in run()
H A Drdma_xclient.c65 wr.send_flags = IBV_SEND_INLINE; in post_send()
/freebsd/contrib/ofed/libcxgb4/
H A Dqp.c179 if (wr->send_flags & IBV_SEND_INLINE) { in build_rdma_send()
220 if (wr->send_flags & IBV_SEND_INLINE) { in build_rdma_write()
/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c1669 wr.send_flags = IBV_SEND_INLINE; in rs_post_msg()
1726 wr.send_flags = IBV_SEND_INLINE; in rs_post_write_msg()
1744 wr.send_flags = (sge->length <= rs->sq_inline) ? IBV_SEND_INLINE : 0; in ds_post_send()
1850 flags = IBV_SEND_INLINE; in rs_send_credits()
2569 ret = rs_write_iomap(rs, iomr, &sge, 1, IBV_SEND_INLINE); in rs_send_iomaps()
2745 ret = rs_write_data(rs, &sge, 1, xfer_size, IBV_SEND_INLINE); in rsend()
2885 xfer_size <= rs->sq_inline ? IBV_SEND_INLINE : 0); in rsendv()
2897 xfer_size <= rs->sq_inline ? IBV_SEND_INLINE : 0); in rsendv()
3913 xfer_size, IBV_SEND_INLINE); in riowrite()
/freebsd/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c381 ctx->send_flags |= IBV_SEND_INLINE; in pp_init_ctx()
H A Dud_pingpong.c393 ctx->send_flags |= IBV_SEND_INLINE; in pp_init_ctx()
H A Drc_pingpong.c451 ctx->send_flags |= IBV_SEND_INLINE; in pp_init_ctx()
H A Dsrq_pingpong.c446 ctx->send_flags |= IBV_SEND_INLINE; in pp_init_ctx()
/freebsd/contrib/ofed/libmlx4/
H A Dqp.c367 if (wr->send_flags & IBV_SEND_INLINE && wr->num_sge) { in mlx4_post_send()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c1726 if (ib_wr->send_flags & IBV_SEND_INLINE) in irdma_upost_send()
1750 if (ib_wr->send_flags & IBV_SEND_INLINE) in irdma_upost_send()
/freebsd/contrib/ofed/libmlx5/
H A Dqp.c856 if (wr->send_flags & IBV_SEND_INLINE && wr->num_sge) { in _mlx5_post_send()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h931 IBV_SEND_INLINE = 1 << 3, enumerator