| /freebsd/contrib/ofed/librdmacm/examples/ |
| H A D | rdma_xclient.c | 51 static int post_send(void) in post_send() function 115 ret = post_send(); in test()
|
| /freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp_proc.c | 288 for (i = 0; i < ARRAY_SIZE(__get_cpu_var(sdpstats).post_send); i++) { in sdpstats_seq_show() 292 SDPSTATS_COUNTER_GET(post_send[i])); in sdpstats_seq_show()
|
| H A D | sdp_tx.c | 79 SDPSTATS_COUNTER_MID_INC(post_send, h->mid); in sdp_post_send()
|
| /freebsd/contrib/ofed/libibverbs/ |
| H A D | compat-1_0.c | 202 int (*post_send)(struct ibv_qp_1_0 *qp, member 468 ret = qp->context->real_context->ops.post_send(qp->real_qp, head_wr, in post_send_wrapper_1_0() 541 ctx->ops.post_send = post_send_wrapper_1_0; in __ibv_open_device_1_0()
|
| H A D | verbs.h | 1535 int (*post_send)(struct ibv_qp *qp, struct ibv_send_wr *wr, member 2351 return qp->context->ops.post_send(qp, wr, bad_wr); in ibv_post_send()
|
| /freebsd/contrib/ofed/libirdma/ |
| H A D | irdma_umain.c | 125 .post_send = irdma_upost_send,
|
| /freebsd/contrib/ofed/libbnxtre/ |
| H A D | main.c | 107 .post_send = bnxt_re_post_send,
|
| /freebsd/contrib/ofed/libmlx4/ |
| H A D | mlx4.c | 113 .post_send = mlx4_post_send,
|
| /freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_ib.c | 451 post_send(struct ipoib_dev_priv *priv, unsigned int wr_id, in post_send() function 547 if (unlikely(post_send(priv, in ipoib_send()
|
| H A D | ipoib_cm.c | 592 static inline int post_send(struct ipoib_dev_priv *priv, in post_send() function 653 if (unlikely(post_send(priv, tx, tx_req, tx->tx_head & (ipoib_sendq_size - 1)))) { in ipoib_cm_send()
|
| /freebsd/sys/dev/mthca/ |
| H A D | mthca_provider.c | 1239 dev->ib_dev.post_send = mthca_arbel_post_send; in mthca_register_device() 1243 dev->ib_dev.post_send = mthca_tavor_post_send; in mthca_register_device()
|
| /freebsd/contrib/ofed/libcxgb4/ |
| H A D | dev.c | 156 context->ibv_ctx.ops.post_send = c4iw_post_send; in c4iw_alloc_context()
|
| /freebsd/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | provider.c | 496 ibdev->post_send = c4iw_post_send; in c4iw_register_device()
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_device.c | 102 IB_MANDATORY_FUNC(post_send), in ib_device_check_mandatory()
|
| H A D | ib_uverbs_cmd.c | 2177 ret = qp->device->post_send(qp->real_qp, wr, &bad_wr); in ib_uverbs_post_send() 3980 UAPI_DEF_METHOD_NEEDS_FN(post_send)),
|
| /freebsd/contrib/ofed/libmlx5/ |
| H A D | mlx5.c | 143 .post_send = mlx5_post_send,
|
| /freebsd/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 2282 int (*post_send)(struct ib_qp *qp, member 3338 return qp->device->post_send(qp, send_wr, bad_send_wr ? : &dummy); in ib_post_send()
|
| /freebsd/sys/dev/qlnx/qlnxr/ |
| H A D | qlnxr_os.c | 253 ibdev->post_send = qlnxr_post_send; in qlnxr_register_device()
|
| /freebsd/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_main.c | 2504 ibdev->ib_dev.post_send = mlx4_ib_post_send; in mlx4_ib_add()
|
| /freebsd/sys/dev/irdma/ |
| H A D | irdma_verbs.c | 3300 dev_ops->post_send = irdma_post_send; in irdma_set_device_ops()
|
| /freebsd/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_main.c | 3927 dev->ib_dev.post_send = mlx5_ib_post_send; in mlx5_ib_add()
|
| /freebsd/sys/dev/bnxt/bnxt_re/ |
| H A D | main.c | 2202 ibdev->post_send = bnxt_re_post_send; in bnxt_re_register_ib()
|