Searched refs:IBV_SEND_INLINE (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/ofed/librdmacm/examples/ |
| H A D | rdma_client.c | 72 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 D | rdma_server.c | 96 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 D | rdma_xclient.c | 65 wr.send_flags = IBV_SEND_INLINE; in post_send()
|
| /freebsd/contrib/ofed/libcxgb4/ |
| H A D | qp.c | 179 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 D | rsocket.c | 1669 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 D | uc_pingpong.c | 381 ctx->send_flags |= IBV_SEND_INLINE; in pp_init_ctx()
|
| H A D | ud_pingpong.c | 393 ctx->send_flags |= IBV_SEND_INLINE; in pp_init_ctx()
|
| H A D | rc_pingpong.c | 451 ctx->send_flags |= IBV_SEND_INLINE; in pp_init_ctx()
|
| H A D | srq_pingpong.c | 446 ctx->send_flags |= IBV_SEND_INLINE; in pp_init_ctx()
|
| /freebsd/contrib/ofed/libmlx4/ |
| H A D | qp.c | 367 if (wr->send_flags & IBV_SEND_INLINE && wr->num_sge) { in mlx4_post_send()
|
| /freebsd/contrib/ofed/libirdma/ |
| H A D | irdma_uverbs.c | 1741 if (ib_wr->send_flags & IBV_SEND_INLINE) in irdma_upost_send() 1765 if (ib_wr->send_flags & IBV_SEND_INLINE) in irdma_upost_send()
|
| /freebsd/contrib/ofed/libbnxtre/ |
| H A D | verbs.c | 1857 if (wr->send_flags & IBV_SEND_INLINE) { in bnxt_re_required_slots() 1893 if (send_flags & IBV_SEND_INLINE) in bnxt_re_set_hdr_flags() 1909 if (wr->send_flags & IBV_SEND_INLINE) in bnxt_re_build_tx_sge()
|
| /freebsd/contrib/ofed/libibverbs/ |
| H A D | verbs.h | 933 IBV_SEND_INLINE = 1 << 3, enumerator
|
| /freebsd/contrib/ofed/libmlx5/ |
| H A D | qp.c | 856 if (wr->send_flags & IBV_SEND_INLINE && wr->num_sge) { in _mlx5_post_send()
|