Searched refs:IBV_SEND_INLINE (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/ofed/librdmacm/examples/
H A Drdma_client.c72 send_flags = IBV_SEND_INLINE;
74 printf("rdma_client: device doesn't support IBV_SEND_INLINE, "
88 if ((send_flags & IBV_SEND_INLINE) == 0) {
130 if ((send_flags & IBV_SEND_INLINE) == 0)
H A Drdma_server.c96 send_flags = IBV_SEND_INLINE;
98 printf("rdma_server: device doesn't support IBV_SEND_INLINE, "
107 if ((send_flags & IBV_SEND_INLINE) == 0) {
149 if ((send_flags & IBV_SEND_INLINE) == 0)
H A Drdma_xclient.c65 wr.send_flags = IBV_SEND_INLINE;
/freebsd-12-stable/contrib/ofed/libcxgb4/
H A Dqp.c179 if (wr->send_flags & IBV_SEND_INLINE) {
220 if (wr->send_flags & IBV_SEND_INLINE) {
/freebsd-12-stable/contrib/ofed/librdmacm/
H A Drsocket.c1669 wr.send_flags = IBV_SEND_INLINE;
1726 wr.send_flags = IBV_SEND_INLINE;
1744 wr.send_flags = (sge->length <= rs->sq_inline) ? IBV_SEND_INLINE : 0;
1850 flags = IBV_SEND_INLINE;
2569 ret = rs_write_iomap(rs, iomr, &sge, 1, IBV_SEND_INLINE);
2745 ret = rs_write_data(rs, &sge, 1, xfer_size, IBV_SEND_INLINE);
2885 xfer_size <= rs->sq_inline ? IBV_SEND_INLINE : 0);
2897 xfer_size <= rs->sq_inline ? IBV_SEND_INLINE : 0);
3913 xfer_size, IBV_SEND_INLINE);
/freebsd-12-stable/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c377 ctx->send_flags |= IBV_SEND_INLINE;
H A Dud_pingpong.c389 ctx->send_flags |= IBV_SEND_INLINE;
H A Drc_pingpong.c447 ctx->send_flags |= IBV_SEND_INLINE;
H A Dsrq_pingpong.c442 ctx->send_flags |= IBV_SEND_INLINE;
/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dqp.c367 if (wr->send_flags & IBV_SEND_INLINE && wr->num_sge) {
/freebsd-12-stable/contrib/ofed/libibverbs/
H A Dverbs.h931 IBV_SEND_INLINE = 1 << 3, enumerator in enum:ibv_send_flags
2262 * If IBV_SEND_INLINE flag is set, the data buffers can be reused
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dqp.c856 if (wr->send_flags & IBV_SEND_INLINE && wr->num_sge) {

Completed in 147 milliseconds